Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

This is documentation for an old release of SciPy (version 0.17.1). Search for this page in the documentation of the latest stable release (version 1.15.1).

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