DOMMETI commited on
Commit
70fe654
·
verified ·
1 Parent(s): 595bfc9

Update pages/Measurement_of_Central_Tendency.py

Browse files
pages/Measurement_of_Central_Tendency.py CHANGED
@@ -77,4 +77,10 @@ useing three ways
77
  <li> Median </li>
78
  <li> Mean </li>
79
  </ul>
80
- """,unsafe_allow_html=True)
 
 
 
 
 
 
 
77
  <li> Median </li>
78
  <li> Mean </li>
79
  </ul>
80
+ """,unsafe_allow_html=True)
81
+ st.subheader("MODE")
82
+ st.markdown("""Mode will be giving the centeral tendency based on most frequently occuring data.The major drawback of mode is its frequecy baised it
83
+ mostly focus on the data which is occuring most times.Here in this mode we might come across some situation's like """,unsafe_allow_html=True)
84
+ st.markdown(''':violet[No_Mode] \n Let's understand why this situation raises for example let's take list of numbers [1,2,3,4,5] here we don't have
85
+ frequency of numbers repeating in this senario we will come accross No_Mode situaton.
86
+ ''',unsafe_allow_html=True)