DOMMETI commited on
Commit
39c92e8
·
verified ·
1 Parent(s): 9f0639e

Update pages/6_Measurement of Disperssion.py

Browse files
pages/6_Measurement of Disperssion.py CHANGED
@@ -74,4 +74,23 @@ st.markdown("""Measure Of Disperssion will give spread of our collected data aro
74
  """,unsafe_allow_html=True)
75
  st.markdown(''':violet[Absolute Measure] \n absolute will give the spread of data in one unit.for example if the given data is in 'cm'
76
  the output will be in cm''')
77
- st.markdown(''':violet[Relative Measure] \n Relative will be free from unit's''')
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  """,unsafe_allow_html=True)
75
  st.markdown(''':violet[Absolute Measure] \n absolute will give the spread of data in one unit.for example if the given data is in 'cm'
76
  the output will be in cm''')
77
+ st.markdown(''':violet[Relative Measure] \n Relative will be free from unit's''')
78
+ st.subheader("Absolute Measure")
79
+ st.markdown("""Absolute is a method to find the spread which involves the methods described below
80
+ <ul class="icon-bullet ">
81
+ <li>Range</li>
82
+ <li>Quartile Deviation</li>
83
+ <li>Varience</li>
84
+ <li>tandard Deviation</li>
85
+ </ul>
86
+ """)
87
+ st.subheader("Relative Measure")
88
+ st.markdown("""Relative is a method to find the spread which involves the methods described below
89
+ <ul class="icon-bullet ">
90
+ <li>Coefficent Of Range</li>
91
+ <li>Coefficent Of Quartile Deviation</li>
92
+ <li>Coefficent Of Varience</li>
93
+ <li>Coefficent Of Standard Deviation</li>
94
+ </ul>
95
+ """)
96
+