statistics-0.13.3.0: A library of statistical types, data, and functions

Copyright(c) 2011 Aleksey Khudyakov
LicenseBSD3
Maintainerbos@serpentine.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Statistics.Distribution.FDistribution

Description

Fisher F distribution

Synopsis

Documentation

data FDistribution #

F distribution

Instances

Eq FDistribution # 
Data FDistribution # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FDistribution -> c FDistribution #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FDistribution #

toConstr :: FDistribution -> Constr #

dataTypeOf :: FDistribution -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c FDistribution) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FDistribution) #

gmapT :: (forall b. Data b => b -> b) -> FDistribution -> FDistribution #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FDistribution -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FDistribution -> r #

gmapQ :: (forall d. Data d => d -> u) -> FDistribution -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FDistribution -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FDistribution -> m FDistribution #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FDistribution -> m FDistribution #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FDistribution -> m FDistribution #

Read FDistribution # 
Show FDistribution # 
Generic FDistribution # 

Associated Types

type Rep FDistribution :: * -> * #

ToJSON FDistribution # 
FromJSON FDistribution # 
Binary FDistribution # 
ContGen FDistribution # 
Entropy FDistribution # 
MaybeEntropy FDistribution # 
MaybeVariance FDistribution # 
MaybeMean FDistribution # 
ContDistr FDistribution # 
Distribution FDistribution # 
type Rep FDistribution # 
type Rep FDistribution = D1 (MetaData "FDistribution" "Statistics.Distribution.FDistribution" "statistics-0.13.3.0-5G6LnnwwEAsBXhZQyOoIJ5" False) (C1 (MetaCons "F" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "fDistributionNDF1") SourceUnpack SourceStrict DecidedUnpack) (Rec0 Double)) ((:*:) (S1 (MetaSel (Just Symbol "fDistributionNDF2") SourceUnpack SourceStrict DecidedUnpack) (Rec0 Double)) (S1 (MetaSel (Just Symbol "_pdfFactor") SourceUnpack SourceStrict DecidedUnpack) (Rec0 Double)))))