For all the definition below:
- N is the population size.
- n is the sample size.
Parameters
Mean
Average of the all values in the entire population. Usually unknown. Denoted by μ.
μ=N1i=1∑Nxi
Variance
Measure of the spread of the observed values. Denoted by σ2.
σ2=N1i=1∑N(xi−μ)2
Standard Deviation
Square root of the variance. Denoted by σ.
Skewness
γ1=σ3E[(X−μ)3]
Kurtosis
K=σ4E[(X−μ)4]
Sample Parameters
Sample mean
Average of the observed values. Denoted by xˉ.
xˉ=n1i=1∑nxi
Sample variance
Denoted by s2.
s2=n−11i=1∑n(xi−xˉ)2
Here sample mean xˉ is used instead of μ, which underestimates the variance. n−1 is used instead of n to correct this bias, which is called Bessel’s correction. This correction makes it an unbiased estimator.
Sample covariance
cov(X,Y)=n−11i=1∑n(xi−xˉ)(yi−yˉ)
Sample skewness
g1=(n−1)(n−2)ni=1∑n(sxi−xˉ)3