Spaces:
Build error
Build error
Update pages/Measuremen_of _central_tendency.py
Browse files
pages/Measuremen_of _central_tendency.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 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)
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import math
|
| 3 |
from functools import reduce
|
| 4 |
+
st.subheader("Measure Of Central Tendency",divider=True)
|
| 5 |
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
|
| 6 |
useing three ways \n * Mode \n * Median \n * Mean""")
|
| 7 |
st.subheader("MODE",divider=True)
|