News

A Python Implementation of the Inverse Chi-Square Function import math def chi2P(chi, df): """Return prob(chisq >= chi, with df degrees of freedom).