satya11 commited on
Commit
995375c
·
verified ·
1 Parent(s): 311d046

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -17,15 +17,15 @@ st.markdown("blue[2.inferencial statistics]")
17
 
18
  st.subheader("1.Descriptive statistics:")
19
 
20
- st.text("So basically in this type we describe the data and helps to describe and summarize in terms of population or sample. population referes to compleate data whereas the sample leads to a sub part of the population.
21
 
22
- population: The population referes to compleate data . The outcome is called as parameter.
23
 
24
- sample : small amount of population is called sample. The outcome is called statistics")
25
 
26
  st.subheader("2. Inferencial Statistics:")
27
 
28
- st.text("t refers to understanding of the data and draw conclusions based on analysing on a sample data of the population.")
29
 
30
  st.subheader("descriptive statistics are mainly divided into three types:")
31
 
@@ -37,7 +37,7 @@ st.markdown("distribution")
37
 
38
  st.header("Measures of central tendency")
39
 
40
- st.text("This measure is used to calculate the central or average value of the data.The measures which are used to calculate central tendency are,
41
 
42
  1.Arithmetic Mean
43
 
 
17
 
18
  st.subheader("1.Descriptive statistics:")
19
 
20
+ st.multi=("So basically in this type we describe the data and helps to describe and summarize in terms of population or sample. population referes to compleate data whereas the sample leads to a sub part of the population.
21
 
22
+ st.markdown("- population: The population referes to compleate data . The outcome is called as parameter.")
23
 
24
+ st.markdown("- sample : small amount of population is called sample. The outcome is called statistics")
25
 
26
  st.subheader("2. Inferencial Statistics:")
27
 
28
+ st.multi=("t refers to understanding of the data and draw conclusions based on analysing on a sample data of the population.")
29
 
30
  st.subheader("descriptive statistics are mainly divided into three types:")
31
 
 
37
 
38
  st.header("Measures of central tendency")
39
 
40
+ st.multi=("This measure is used to calculate the central or average value of the data.The measures which are used to calculate central tendency are,
41
 
42
  1.Arithmetic Mean
43