DOMMETI commited on
Commit
aea7dab
·
verified ·
1 Parent(s): 165dead

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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 ** 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""")
 
 
 
 
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""")