non central chi squared
The non-central \( \chi^2 \) distribution.
NonCentralChiSquared(*args, **kwargs)
Bases: PolynomialApproximationTransformer
Polynomial approximation to the inverse CDF of the non-central \( \chi^2 \) distribution.
Source code in src/pyarv/non_central_chi_squared/__init__.py
approximation(*args, order, non_centralities, degrees_of_freedom, **kwargs)
Specialism extending PolynomialApproximationTransformer.transform
.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
non_centralities
|
Array
|
The non-centralities, positive (zero values correspond to the central \( \chi^2 \) distribution). |
required |
degrees_of_freedom
|
float
|
The degrees of freedom, strictly positive, assumed to be fixed for all values. |
required |