satya11 commited on
Commit
524539e
·
verified ·
1 Parent(s): 3df7590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +29 -5
app.py CHANGED
@@ -30,13 +30,13 @@ st.write("this refers to understanding of the data and draw conclusions based on
30
 
31
  st.subheader("descriptive statistics are mainly divided into three types:")
32
 
33
- st.markdown("Measures of central tendency")
34
 
35
- st.markdown("Measures of variability(despersion)")
36
 
37
- st.markdown("distribution")
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
 
@@ -50,4 +50,28 @@ st.markdown("**4.Median**")
50
 
51
  st.markdown("**5.Mode**")
52
 
53
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  st.subheader("descriptive statistics are mainly divided into three types:")
32
 
33
+ st.markdown("1.Measures of central tendency")
34
 
35
+ st.markdown("2.Measures of variability(despersion)")
36
 
37
+ st.markdown("3.distribution")
38
 
39
+ st.subheader("1.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
 
 
50
 
51
  st.markdown("**5.Mode**")
52
 
53
+ st.subheader("Measures of variability")
54
+
55
+ st.write("This measure is used to measure how the collected data is spreding or dispersing around the central value.The measures which are used to measure the dispersion are,")
56
+
57
+ st.write("Measures of variability are classified into two types:")
58
+
59
+ st.markdown("**1.Absolute")
60
+
61
+ st.write("a.Range")
62
+
63
+ st.write("b.Quartile deviation")
64
+
65
+ st.write("c.Variance')
66
+
67
+ st.write("d.Standard deviation")
68
+
69
+ st.markdown("**2.Relative")
70
+
71
+ st.write("a.Co-efficient of Range")
72
+
73
+ st.write("b.Co-efficient of Quartile deviation")
74
+
75
+ st.write("c.Co-efficient of Variance")
76
+
77
+ st.write("d.Co-efficient of Standard deviation")