Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,9 +39,9 @@ st.markdown("""_The term statistics is a branch of mathematics and also can be c
|
|
| 39 |
we are going to deal with data which involves collecting, analyzing, interpreting, and
|
| 40 |
structuring the data. Statistics is classified into two types.
|
| 41 |
_""")
|
| 42 |
-
st.subheader("Descriptive Statistics",divider=True)
|
| 43 |
-
st.subheader("Inferential Statistics",divider=True)
|
| 44 |
-
st.subheader("**Descriptive Statistics**")
|
| 45 |
st.markdown("""This Descriptive Statistics describe the main feature of data. This
|
| 46 |
descriptive statistics can be performed on sample data as well as population data. Some of
|
| 47 |
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""")
|
|
@@ -292,7 +292,7 @@ st.markdown(''':blue[**Distribution**] is a measure will will tell how the shape
|
|
| 292 |
analysis.There are few types of distribution \n * Normal Distribution \n * Uniform Distribution \n * Binomial Distribution \n * Poisson Distribution
|
| 293 |
\n * Exponential Distribution \n * Chi-Square Distribution \n * T-Distribution
|
| 294 |
''')
|
| 295 |
-
st.subheader("**Inferential Statistics**")
|
| 296 |
st.markdown("""This Inferential Statistics will describe the population based
|
| 297 |
on a sample data. This statistics will give predictions about a population based on sample.
|
| 298 |
""")
|
|
|
|
| 39 |
we are going to deal with data which involves collecting, analyzing, interpreting, and
|
| 40 |
structuring the data. Statistics is classified into two types.
|
| 41 |
_""")
|
| 42 |
+
st.subheader("2.1 Descriptive Statistics",divider=True)
|
| 43 |
+
st.subheader("2.2 Inferential Statistics",divider=True)
|
| 44 |
+
st.subheader("**2.1 Descriptive Statistics**")
|
| 45 |
st.markdown("""This Descriptive Statistics describe the main feature of data. This
|
| 46 |
descriptive statistics can be performed on sample data as well as population data. Some of
|
| 47 |
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""")
|
|
|
|
| 292 |
analysis.There are few types of distribution \n * Normal Distribution \n * Uniform Distribution \n * Binomial Distribution \n * Poisson Distribution
|
| 293 |
\n * Exponential Distribution \n * Chi-Square Distribution \n * T-Distribution
|
| 294 |
''')
|
| 295 |
+
st.subheader("**2.2 Inferential Statistics**")
|
| 296 |
st.markdown("""This Inferential Statistics will describe the population based
|
| 297 |
on a sample data. This statistics will give predictions about a population based on sample.
|
| 298 |
""")
|