Portability | portable |
---|---|
Stability | experimental |
Maintainer | bos@serpentine.com |
The chi-squared distribution. This is a continuous probability distribution of sum of squares of k independent standard normal distributions. It's commonly used in statistical tests
- data ChiSquared
- chiSquared :: Int -> ChiSquared
- chiSquaredNDF :: ChiSquared -> Int
Documentation
data ChiSquared Source
Chi-squared distribution
chiSquared :: Int -> ChiSquaredSource
Construct chi-squared distribution. Number of degrees of freedom must be positive.
chiSquaredNDF :: ChiSquared -> IntSource
Get number of degrees of freedom