qq GOF Test for Particular Distribution

Test if some data comes from a particular continous distribution GG.

H0:F=GH_{0}:F=G

We know that given H0H_0 the qq-Plot wil approximately resemble a straight diagonal line which is why we can use the slope of the regression line TT as Test Statistic.

The simulated distribution of TT on H0H_0 can be used to calculate the p-Value and Acceptance Domain:

p(t)=2min{P(Tt),P(Tt)}p(t)=2 \cdot \min \{\mathbb{P}(T \leq t), \mathbb{P}(T \geq t)\} t[zα/2,z1α/2]t \in\left[z_{\alpha / 2}, z_{1-\alpha / 2}\right]

This is basically the same as a two Two-Sided Gauß Test.

If we need to accept the Null Hypothesis the Type 2 Error cant be quantified without further assumptions for the other hypothesis.