| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | bos@serpentine.com |
| Safe Haskell | None |
Statistics.Distribution.FDistribution
Description
Fisher F distribution
- data FDistribution
- fDistribution :: Int -> Int -> FDistribution
- fDistributionNDF1 :: FDistribution -> Double
- fDistributionNDF2 :: FDistribution -> Double
Documentation
data FDistribution Source
F distribution
fDistribution :: Int -> Int -> FDistributionSource