Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,6 +40,6 @@ _""")
|
|
| 40 |
st.subheader("Descriptive Statistics",divider=True)
|
| 41 |
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 ** 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")
|
|
|
|
| 40 |
st.subheader("Descriptive Statistics",divider=True)
|
| 41 |
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 ** 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""")
|