Standard deviation and Standard error

by theDataTalks . 19 Apr 2020

Let,

x1, x2, x3, x4, … xn are observations of a population and ‘n’ being the total number of observations, then

Population mean

x=μ=x1+x2+x3+.....+xnnx' = \mu = {x_1+x_2+x_3+.....+x_n \over n}

Which is represented as

μ=i=1nxnn\mu = {{\sum_{i=1}^{n} x_n} \over n}

Population vairance

ν=(x1μ)+(x2μ)+(x3μ)+....+(xnμ)n\nu = {{ (x_1-\mu) + (x_2-\mu) + (x_3-\mu) +....+ (x_n-\mu)} \over n}

Which is represented as

ν=i=1n(xiμ)n2=σ2\nu = {\sum_{i=1}^{n} (x_i -\mu) \over n}^2 = \sigma^2

Population standard deviation

σ=ν=σ2\sigma = \sqrt{\nu} = \sqrt{\sigma^2}

Suppose n number of samples were taken from the above population & x_1, x_2, x_3, … x_n represents each sample then,

Mean of each samples: x1,x2,x3,...xnx_1', x_2', x_3', ... x_n'

Mean of Sample means:μ=i=1nxin\mu' = {{\sum_{i=1}^n x_i'} \over n}

Variance of sample means: ν\nu' = σ2{\sigma'}^2 = i=1n(xiμ)2(n1){\sum_{i=1}^{n}(x_i' -\mu')^2 \over (n-1)}

  • Note we have used (n-1) as denominator for sample variance. We will talk about this in later sections.

Standard deviation of sample means = Standard deviation of Statistics = Standard Error(SE) =

σ=ν=(σ)2\sigma' = \sqrt{\nu'} = \sqrt{(\sigma')^2}

Mean

Average of a population.

Variance

The deviation for set of numbers which are spread out from the population mean. It is the expected squared deviation of a random variable from the population mean.

Standard Deviation

Amount of variability/spread for a population. Higher standard deviation for a population having higher spread.

Standard Error

The deviation between the sample mean and the population mean is called Standard error. Describes how far the sample mean is from the true population mean.

When we do not know the properties(mean, variance, etc.,) of true population, we can estimate them using sample sets.

As described above the Mean of all sample is taken as unbiased population mean estimator. And this is the best we can estimate.
Since the variance is dependent on mean,

Variance of samples {(var(X1)+var(X2)+var(X3)....var(Xn)n(var(\overline{X_1}) + var(\overline{X_2}) + var(\overline{X_3}) .... var(\overline{X_n}) \over n } = True Varience = σ2\sigma^2

Let X_1, X_2, X_3, … X_n are independent samples from a population, whos expected value is µ and variance σ². Then

X1\overline{X_1}, X2\overline{X_2}, X3\overline{X_3}, … Xn\overline{X_n} be the mean of each samples

Mean-of-Sample-meansX=X1+X2+X3....XnnVariance-of-all-Sample-Means =var(X)=var(X1+X2+X3....Xnn)=1n2var(X1+X2+X3....Xn)=1n2(var(X1)+var(X2)+var(X3)....var(Xn))=1n2(nσ2)=σ2n\begin{array}{c} \text{Mean-of-Sample-means} \overline{X} = {\overline{X_1} + \overline{X_2} + \overline{X_3} .... \overline{X_n} \over n} \\\\ \text{Variance-of-all-Sample-Means } = var(\overline{X}) \\\\ = var \left( \overline{X_1} + \overline{X_2} + \overline{X_3} .... \overline{X_n} \over n \right) \\\\ = {1 \over n^2} var(\overline{X_1} + \overline{X_2} + \overline{X_3} .... \overline{X_n}) \\\\ = {1 \over n^2} (var(\overline{X_1}) + var(\overline{X_2}) + var(\overline{X_3}) .... var(\overline{X_n})) \\\\ = {1 \over n^2} (n \sigma^2) \\\\ = {\sigma^2 \over n} \\\\ \end{array}

Standard deviation of all Sample Means = Standard deviation of Statistics = Standard Error(SE)

SE=(σ)2n=σnSE = \sqrt{(\sigma)^2 \over n} = {\sigma \over \sqrt{n}}


Don't be in delusion, understand the reality from historical data | Copyright © 2020 theDataTalks