Contents
Main
Site map
Links
Site and author
News
Contact

Descriptive statistics

Descriptive statistics, as follows from its name, describes a distribution by means of figures which characterize distribution parameters. These parameters can be divided into three main groups: central tendency measures, dispersion measures and shape measures.

Central tendency measures

Central tendency measures characterize the central value around which random variable values are distributed. These measures are the mean (first moment of distribution) and the median. The mean is used for the description of close to normal distributions. If the distribution essentially differs from normal (for example, if it has long and wide tails), the mean will converge to "true" mean too slowly. In that case, it is reasonable to use the median to estimate central value.

Dispersion measures

Dispersion measures characterize scattering whose random value is distributed around its central value. These measures are dispersion (and related with it standard deviation) and average deviation. As for central tendency measures, one of these measures (dispersion) is good for close to normal distributions while the second one (average deviation) is better for long-tailed distributions.

Shape measures

Shape measures describe common characteristics of distribution appearance: skewness, kurtosis, percentile.

Manual entries

C++ descriptivestatistics.h   
C# descriptivestatistics.cs   
Delphi descriptivestatistics.pas   
FreePascal descriptivestatistics.pas   
VBA descriptivestatistics.bas   

This article is intended for personal use only.

Download ALGLIB

C#

C# source.

alglib-2.4.0.csharp.zip

 

C++

C++ source.

alglib-2.4.0.cpp.zip

 

C++, multiple precision arithmetic

C++ source. MPFR/GMP is used.

GMP source is available from gmplib.org. MPFR source is available from www.mpfr.org.

alglib-2.4.0.mpfr.zip

 

FreePascal

FreePascal source.

alglib-2.4.0.freepascal.zip

 

Delphi

Delphi source.

alglib-2.4.0.delphi.zip

 

Visual Basic

VBA source.

alglib-2.4.0.vb6.zip

 


 
 
Sergey Bochkanov, Vladimir Bystritsky
Copyright © 1999-2010