انت هنا الان : شبكة جامعة بابل > موقع الكلية > نظام التعليم الالكتروني > مشاهدة المحاضرة

SUMMARIZING DATA SETS

Share |
الكلية كلية تكنولوجيا المعلومات     القسم قسم شبكات المعلومات     المرحلة 1
أستاذ المادة سكينة عبد الله البيرماني       3/25/2012 8:09:25 AM
Summary statistic
In descriptive statistics, summary statistics are used to summarize a set of observations, in order to communicate the largest amount as simply as possible. Statisticians commonly try to describe the observations in

a measure of location, or central tendency, such as the arithmetic mean
a measure of statistical dispersion like the standard deviation
a measure of the shape of the distribution like skewness or kurtosis
if more than one variable is measured, a measure of statistical dependence such as a correlation coefficient
A common collection of order statistics used as summary statistics are the five-number summary, sometimes extended to a seven-number summary, and the associated box plot.

Entries in an analysis of variance table can also be regarded as summary statistics.[1]

Contents [hide]
1 Example
2 Examples of summary statistics
2.1 Location
2.2 Spread
2.3 Shape
2.4 Percentiles
2.5 Dependence
3 See also
4 References


[edit] ExampleThe 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
[edit] Examples of summary statistics[edit] LocationCommon measures of location, or central tendency, are the arithmetic mean, median, mode, and interquartile mean.

[edit] SpreadCommon measures of statistical dispersion are the standard deviation, variance, range, interquartile range, absolute deviation and the distance standard deviation. Measures that assess spread in comparison to the typical size of data values include the coefficient of variation.

The Gini coefficient was originally developed to measure income inequality and is equivalent to one of the L-moments.

[edit] ShapeCommon measures of the shape of a distribution are skewness or kurtosis, while alternatives can be based on L-moments. A different measure is the Distance skewness, for which a value of zero implies central symmetry.


المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .
الرجوع الى لوحة التحكم