Search: in
Summary statistics
Summary statistics Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
Summary_statistics Email this to a friend      Summary_statistics

Summary statistics

In descriptive statistics, summary statistics are used to summarize a set of observations, in order to communicate as much as possible as simply as possible. Statisticians commonly try to describe the observations in

  1. a measure of location, or central tendency, such as the arithmetic mean, median, mode, or interquartile mean
  2. a measure of statistical dispersion like the standard deviation, variance, range, or interquartile range, or absolute deviation.
  3. a measure of the shape of the distribution like skewness or kurtosis

The Gini coefficient was originally developed to measure income inequality, but can be used for other purposes as well.

Example

The following example using R is the standard summary statistics of a randomly sampled normal distribution, with a mean of 0, standard deviation of 1, and a population of 50: > x <- rnorm(n=50, mean=0, sd=1)

> summary(x)
    Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
-1.72700 -0.49650 -0.05157  0.07981  0.67640  2.46700

See also

de:Parameter (Statistik) ja:????? su:Kasimpulan statistik





Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Related Links in Summary statistics

Search for Summary statistics in Tutorials
Search for Summary statistics in Encyclopedia
Search for Summary statistics in Dictionary
Search for Summary statistics in Open Directory
Search for Summary statistics in Store
Search for Summary statistics in PriceGig



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Advertisement

Advertisement



Summary statistics
Summary_statistics top Summary_statistics

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement