satya11 commited on
Commit
d2cc7e7
·
verified ·
1 Parent(s): ee54d51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -11
app.py CHANGED
@@ -12,13 +12,13 @@ st.header("Types of statistics")
12
 
13
  st.write("there are mainly 2 type of statistics")
14
 
15
- st.markdown("red[1.discriptive statistics]")
16
 
17
- st.markdown("blue[2.inferencial statistics]")
18
 
19
  st.subheader("1.Descriptive statistics:")
20
 
21
- 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.")
22
 
23
  st.markdown("- population: The population referes to compleate data . The outcome is called as parameter.")
24
 
@@ -26,7 +26,7 @@ st.markdown("- sample : small amount of population is called sample. The outcome
26
 
27
  st.subheader("2. Inferencial Statistics:")
28
 
29
- multi=("t refers to understanding of the data and draw conclusions based on analysing on a sample data of the population.")
30
 
31
  st.subheader("descriptive statistics are mainly divided into three types:")
32
 
@@ -38,15 +38,16 @@ st.markdown("distribution")
38
 
39
  st.header("Measures of central tendency")
40
 
41
- 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,
42
 
43
- 1.Arithmetic Mean
44
 
45
- 2.Geometric Mean
46
 
47
- 3.Harmonic Mean
48
 
49
- 4.Median
50
 
51
- 5.Mode")
52
-
 
 
12
 
13
  st.write("there are mainly 2 type of statistics")
14
 
15
+ st.markdown(":red[1.discriptive statistics]")
16
 
17
+ st.markdown(":blue[2.inferencial statistics]")
18
 
19
  st.subheader("1.Descriptive statistics:")
20
 
21
+ st.write("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.")
22
 
23
  st.markdown("- population: The population referes to compleate data . The outcome is called as parameter.")
24
 
 
26
 
27
  st.subheader("2. Inferencial Statistics:")
28
 
29
+ st.write("this refers to understanding of the data and draw conclusions based on analysing on a sample data of the population.")
30
 
31
  st.subheader("descriptive statistics are mainly divided into three types:")
32
 
 
38
 
39
  st.header("Measures of central tendency")
40
 
41
+ st.write("This measure is used to calculate the central or average value of the data.The measures which are used to calculate central tendency are,")
42
 
43
+ st.write("** 1.Arithmetic Mean ** ")
44
 
45
+ st.write(" ** 2.Geometric Mean **")
46
 
47
+ st.write(" ** 3.Harmonic Mean **)
48
 
49
+ st.write(" ** 4.Median ** ")
50
 
51
+ st.write(" ** 5.Mode **")
52
+
53
+