Spaces:
Build error
Build error
Update pages/Measuremen_of _central_tendency.py
Browse files
pages/Measuremen_of _central_tendency.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
st.markdown("""The measure of central tendency is used to find the central average value of the data.The central tendency can be computed by
|
| 2 |
useing three ways \n * Mode \n * Median \n * Mean""")
|
| 3 |
st.subheader("MODE",divider=True)
|
|
|
|
| 1 |
+
import streamlit as st
|
| 2 |
+
import math
|
| 3 |
+
from functools import reduce
|
| 4 |
st.markdown("""The measure of central tendency is used to find the central average value of the data.The central tendency can be computed by
|
| 5 |
useing three ways \n * Mode \n * Median \n * Mean""")
|
| 6 |
st.subheader("MODE",divider=True)
|