Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,14 +40,14 @@ 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.markdown("**
|
| 44 |
|
| 45 |
-
st.markdown("
|
| 46 |
|
| 47 |
-
st.markdown("
|
| 48 |
|
| 49 |
-
st.markdown("
|
| 50 |
|
| 51 |
-
st.markdown("
|
| 52 |
|
| 53 |
|
|
|
|
| 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.markdown("**1.Arithmetic Mean**")
|
| 44 |
|
| 45 |
+
st.markdown("**2.Geometric Mean**")
|
| 46 |
|
| 47 |
+
st.markdown("**3.HarmonicMean**")
|
| 48 |
|
| 49 |
+
st.markdown("**4.Median**")
|
| 50 |
|
| 51 |
+
st.markdown("**5.Mode**")
|
| 52 |
|
| 53 |
|