Processing math: 100%

Mielke’s Beta-Kappa Distribution

A generalized F distribution. Two shape parameters κ and θ , and x>0 . The β in the DATAPLOT reference is a scale parameter.

f(x;κ,θ)=κxκ1(1+xθ)1+κθF(x;κ,θ)=xκ(1+xθ)κ/θG(q;κ,θ)=(qθ/κ1qθ/κ)1/θ

Implementation: scipy.stats.mielke