DOMMETI commited on
Commit
39eb3a0
·
verified ·
1 Parent(s): e34a4d3

Update pages/Measurement_of_Central_Tendency.py

Browse files
pages/Measurement_of_Central_Tendency.py CHANGED
@@ -131,6 +131,7 @@ if numbers_input:
131
  st.subheader("Median")
132
  st.markdown("""Median will also be giving the central tendency.But the major drawback of median is it prior foucus will be on the central value.
133
  In order to find the mean first we have to sort the give list and based on the length of the list the formula are changed""",unsafe_allow_html=True)
 
134
  st.latex(r'''
135
  \text{Median} = X_{\left(\frac{n+1}{2}\right)}
136
  ''')
 
131
  st.subheader("Median")
132
  st.markdown("""Median will also be giving the central tendency.But the major drawback of median is it prior foucus will be on the central value.
133
  In order to find the mean first we have to sort the give list and based on the length of the list the formula are changed""",unsafe_allow_html=True)
134
+ st.subheader("Median Formula for Odd Number of Observations")
135
  st.latex(r'''
136
  \text{Median} = X_{\left(\frac{n+1}{2}\right)}
137
  ''')