Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -286,4 +286,13 @@ st.latex(r'''
|
|
| 286 |
st.subheader("Relative Standard Deviation")
|
| 287 |
st.latex(r'''
|
| 288 |
\text{Relative SD} = \frac{\sigma}{\bar{x}}
|
| 289 |
-
''')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
st.subheader("Relative Standard Deviation")
|
| 287 |
st.latex(r'''
|
| 288 |
\text{Relative SD} = \frac{\sigma}{\bar{x}}
|
| 289 |
+
''')
|
| 290 |
+
st.subheader("Distribution",divider=True)
|
| 291 |
+
st.markdown(''':blue[**Distribution**] is a measure will will tell how the shape of data or in which shape the data is spread.It will help in
|
| 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 |
+
""")
|