DOMMETI commited on
Commit
4fee41b
·
verified ·
1 Parent(s): 4e867cf

Update pages/2_Introduction_to_Statistics.py

Browse files
pages/2_Introduction_to_Statistics.py CHANGED
@@ -71,4 +71,17 @@ st.markdown("""
71
  """, unsafe_allow_html=True)
72
  st.title("INTRODUCTION TO STATISTICS")
73
  st.markdown("""Statistics is a branch of mathematics focused on collecting, analyzing, interpreting, and presenting data. It can be divided into two main categories
74
- """, unsafe_allow_html=True)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  """, unsafe_allow_html=True)
72
  st.title("INTRODUCTION TO STATISTICS")
73
  st.markdown("""Statistics is a branch of mathematics focused on collecting, analyzing, interpreting, and presenting data. It can be divided into two main categories
74
+ """, unsafe_allow_html=True)
75
+ st.subheader("Descriptive Statistics")
76
+ st.markdown("""
77
+ Descriptive statistics summarize and describe the main features of a dataset. Key concepts include:
78
+ <ul class="icon-bullet">
79
+ <li>Measures of Central Tendency (Mean, Median, Mode)</li>
80
+ <li>Measures of Dispersion (Range, Variance, Standard Deviation)</li>
81
+ <li>Data Distributions (e.g., Gaussian, Random, Normal)</li>
82
+ </ul>
83
+ """, unsafe_allow_html=True)
84
+ st.subheader("Inferential Statistics")
85
+ st.markdown("""
86
+ Inferential statistics involve making predictions or inferences about a population based on a sample. These methods are used to test hypotheses and estimate population parameters.
87
+ """, unsafe_allow_html=True)