DOMMETI commited on
Commit
ab7a123
·
verified ·
1 Parent(s): caab8a6

Update Introduction_to_Statistics.py

Browse files
Files changed (1) hide show
  1. Introduction_to_Statistics.py +16 -1
Introduction_to_Statistics.py CHANGED
@@ -33,4 +33,19 @@ st.markdown("""This type of data can be called as combination of
33
  structured data as well as unstructured data. Some of the best examples of semi structured
34
  data are given below.\n * COMMA SEPERATED VARIABLE\n *JSON FILES\n * E-MAILS\n * HTML
35
  """)
36
- st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/Nupc6BePInRVo9gJwLfWH.png", width=400)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  structured data as well as unstructured data. Some of the best examples of semi structured
34
  data are given below.\n * COMMA SEPERATED VARIABLE\n *JSON FILES\n * E-MAILS\n * HTML
35
  """)
36
+ st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/Nupc6BePInRVo9gJwLfWH.png", width=400)
37
+ st.title("2 : INTRODUCTION TO STATISTICS")
38
+ st.markdown("""_The term statistics is a branch of mathematics and also can be called as a huge field in which
39
+ we are going to deal with data which involves collecting, analyzing, interpreting, and
40
+ structuring the data. Statistics is classified into two types.
41
+ _""")
42
+ st.subheader("2.1 Descriptive Statistics",divider=True)
43
+ st.subheader("2.2 Inferential Statistics",divider=True)
44
+ st.subheader("**2.1 Descriptive Statistics**")
45
+ st.markdown("""This Descriptive Statistics describe the main feature of data. This
46
+ descriptive statistics can be performed on sample data as well as population data. Some of
47
+ the key points of descriptive statistics are stated below.\n KEY COCEPTS\n * Measurement of Central Tendency which involves finding Mean, Median, and Mode.\n * Measurement of Dispersion which involves finding Range, Variance and Standard Deviation.\n * Distribution which gives how frequently the data is occurring some of examples of distribution are Gaussian, Random, and Normal distribution""")
48
+ st.subheader("**2.2 Inferential Statistics**")
49
+ st.markdown("""This Inferential Statistics will describe the population based
50
+ on a sample data. This statistics will give predictions about a population based on sample.
51
+ """)