Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import numpy as np
|
|
|
|
| 4 |
st.header("INTRODCTION TO STATISTICS")
|
| 5 |
|
| 6 |
st.subheader("understanding statistics")
|
|
@@ -17,15 +18,15 @@ st.markdown("blue[2.inferencial statistics]")
|
|
| 17 |
|
| 18 |
st.subheader("1.Descriptive statistics:")
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
st.markdown("- population: The population referes to compleate data . The outcome is called as parameter.")
|
| 23 |
|
| 24 |
st.markdown("- sample : small amount of population is called sample. The outcome is called statistics")
|
| 25 |
|
| 26 |
-
st.subheader("2. Inferencial Statistics:")
|
| 27 |
|
| 28 |
-
|
| 29 |
|
| 30 |
st.subheader("descriptive statistics are mainly divided into three types:")
|
| 31 |
|
|
@@ -37,7 +38,7 @@ st.markdown("distribution")
|
|
| 37 |
|
| 38 |
st.header("Measures of central tendency")
|
| 39 |
|
| 40 |
-
|
| 41 |
|
| 42 |
1.Arithmetic Mean
|
| 43 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import numpy as np
|
| 4 |
+
|
| 5 |
st.header("INTRODCTION TO STATISTICS")
|
| 6 |
|
| 7 |
st.subheader("understanding statistics")
|
|
|
|
| 18 |
|
| 19 |
st.subheader("1.Descriptive statistics:")
|
| 20 |
|
| 21 |
+
multi=("So basically in this type we describe the data and helps to describe and summarize in terms of population or sample. population referes to compleate data whereas the sample leads to a sub part of the population.")
|
| 22 |
|
| 23 |
st.markdown("- population: The population referes to compleate data . The outcome is called as parameter.")
|
| 24 |
|
| 25 |
st.markdown("- sample : small amount of population is called sample. The outcome is called statistics")
|
| 26 |
|
| 27 |
+
st.subheader("2. Inferencial Statistics:")
|
| 28 |
|
| 29 |
+
multi=("t refers to understanding of the data and draw conclusions based on analysing on a sample data of the population.")
|
| 30 |
|
| 31 |
st.subheader("descriptive statistics are mainly divided into three types:")
|
| 32 |
|
|
|
|
| 38 |
|
| 39 |
st.header("Measures of central tendency")
|
| 40 |
|
| 41 |
+
multi=("This measure is used to calculate the central or average value of the data.The measures which are used to calculate central tendency are,
|
| 42 |
|
| 43 |
1.Arithmetic Mean
|
| 44 |
|