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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ descriptive statistics can be performed on sample data as well as population dat
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""")
 
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""")