Copyright | (c) 2011 Aleksey Khudyakov |
---|---|
License | BSD3 |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Statistics.Distribution.FDistribution
Description
Fisher F distribution
- data FDistribution
- fDistribution :: Int -> Int -> FDistribution
- fDistributionNDF1 :: FDistribution -> Double
- fDistributionNDF2 :: FDistribution -> Double
Documentation
data FDistribution #
F distribution
Instances
fDistribution :: Int -> Int -> FDistribution #