statistics-0.14.0.2: 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

Contents

Description

Fisher F distribution

Synopsis

Documentation

data FDistribution Source #

F distribution

Instances

Eq FDistribution Source # 
Data FDistribution Source # 

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 Source # 
Show FDistribution Source # 
Generic FDistribution Source # 

Associated Types

type Rep FDistribution :: * -> * #

ToJSON FDistribution Source # 
FromJSON FDistribution Source # 
Binary FDistribution Source # 
ContGen FDistribution Source # 
Entropy FDistribution Source # 
MaybeEntropy FDistribution Source # 
MaybeVariance FDistribution Source # 
MaybeMean FDistribution Source # 
ContDistr FDistribution Source # 
Distribution FDistribution Source # 
type Rep FDistribution Source # 
type Rep FDistribution = D1 (MetaData "FDistribution" "Statistics.Distribution.FDistribution" "statistics-0.14.0.2-9wDz1lVU92ZDJSrAe5uHzb" 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)))))

Constructors

Accessors