Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Applied Statistics

Goodness of Fit Test

Used to check whether a set of observed categorical data follows a theoretical distribution such as uniform or Poisson.

H0:Data follow the specified distribution.H_0 : \text{Data follow the specified distribution.}

H1:Data do not follow the specified distribution.H_1 : \text{Data do not follow the specified distribution.}

ν=kp1\nu = k - p - 1

Here:

  • kk: number of non-empty classes
  • pp: number of estimated parameters
χ2=(OiEi)2Eiχν2\chi^2 = \sum \frac{(O_i - E_i)^2}{E_i} \quad \sim \chi^2_\nu