Gauß Test

Good approximation if sample size is large. Can be applied for lots of problems. Indirect Reasoning → Adopt point of other "person"

Derivation of Test Statistic and Power Function

We know that the Arithmetic Mean from the Standard Estimators has Normal Distribution with Variance σ2/n\sigma^2/n.

So we can now calculate the Standardized Mean (comes from subtracting the mean and dividing by the square root of the variance) looks like this:

Tn:=Xˉ(n)μ0σ/nT_{n}:=\frac{\bar{X}_{(n)}-\mu_{0}}{\sigma / \sqrt{n}}

This now has Standard Normal Distribution with its corresponding CDF and p-quantiles.

We now want to create a new Random Variable which is the standardized TnT_n plus the standardized distance between the two expectations from the hypothesis.

Z=Tn+μμ0σn=Tn+λZ=T_n+\frac{\mu-\mu_0}{\sigma}\sqrt{n}=T_n+\lambda Pμ(Zz)=Pμ(Tn+λz)P_{\mu}(Z\leq z)=P_{\mu}(T_n+\lambda\leq z)

We know the distribution of TnT_n which is the standard normal distribution. We thus want to reformulate the equation to:

Pμ(Tnzλ)P_{\mu}(T_n\leq z-\lambda)

which we now know the distribution of. We can write

Pμ(Tnzλ)=ϕ(zλ):=ϕλ(z)P_{\mu}(T_n\leq z-\lambda)=\phi(z-\lambda):=\phi_{\lambda}(z)

So basically a normal distribution which depends on the difference between the measured and real expectations.

ϕλ\phi_{\lambda} is strictly monotonically decreasing in μ\mu which comes from the definition of λ\lambda. We can use this new definition of the Test Statistic ZZ to define and draw the Power Function.

Other References