Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,4 +42,7 @@ st.subheader("Inferential Statistics",divider=True)
|
|
| 42 |
st.subheader("**Descriptive Statistics**")
|
| 43 |
st.markdown("""This Descriptive Statistics describe the main feature of data. This
|
| 44 |
descriptive statistics can be performed on sample data as well as population data. Some of
|
| 45 |
-
the key points of descriptive statistics are stated below.\n
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
st.subheader("**Descriptive Statistics**")
|
| 43 |
st.markdown("""This Descriptive Statistics describe the main feature of data. This
|
| 44 |
descriptive statistics can be performed on sample data as well as population data. Some of
|
| 45 |
+
the key points of descriptive statistics are stated below.\n KEY COCEPTS\n * Measurement of Central Tendency which involves finding Mean, Median, and Mode.\n * Measurement of Dispersion which involves finding Range, Variance and Standard Deviation.\n * Distribution which gives how frequently the data is occurring some of examples of distribution are Gaussian, Random, and Normal distribution""")
|
| 46 |
+
st.subheader("Measure Of Central Tendency",divider=True)
|
| 47 |
+
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
|
| 48 |
+
useing three ways \n Mode \n Median \n Mean""")
|