DOMMETI commited on
Commit
bb49acb
·
verified ·
1 Parent(s): 4612f1b

Update pages/2_Introduction_to_Statistics.py

Browse files
pages/2_Introduction_to_Statistics.py CHANGED
@@ -90,4 +90,19 @@ st.markdown("""
90
  <li>Regression Analysis(Simple Linear Regression,Multiple Regression,Logistic Regression)</li>
91
  </u>
92
  """, unsafe_allow_html=True)
93
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  <li>Regression Analysis(Simple Linear Regression,Multiple Regression,Logistic Regression)</li>
91
  </u>
92
  """, unsafe_allow_html=True)
93
+ st.markdown("""While collecting the data we tend to collect the data based on
94
+ <ul class="icon-bullet">
95
+ <li>Poulation</li>
96
+ <li>Sample</li>
97
+ </ul>
98
+ """,unsafe_allow_html=True)
99
+ st.subheader("Population")
100
+ st.markdown("""Population refers to the entire set of data or all possible observations relevant to a particular study or analysis.
101
+ """,unsafe_allow_html=True)
102
+ st.markdown("""Population Measure are **Parameters**
103
+ """,unsafe_allow_html=True)
104
+ st.subheader("Sample")
105
+ st.markdown("""A sample is a smaller subset of a population, selected to represent the entire population in a study or analysis.
106
+ """,unsafe_allow_html=True)
107
+ st.markdown("""Sample Measure are **Statistics**
108
+ """,unsafe_allow_html=True)