rank-product-0.2.2.0: Find the rank product of a data set.

Safe HaskellSafe
LanguageHaskell2010

Statistics.Types

Documentation

newtype Delimiter Source #

Constructors

Delimiter 

Fields

newtype Name Source #

Constructors

Name 

Fields

Instances
Eq Name Source # 
Instance details

Defined in Statistics.Types

Methods

(==) :: Name -> Name -> Bool #

(/=) :: Name -> Name -> Bool #

Ord Name Source # 
Instance details

Defined in Statistics.Types

Methods

compare :: Name -> Name -> Ordering #

(<) :: Name -> Name -> Bool #

(<=) :: Name -> Name -> Bool #

(>) :: Name -> Name -> Bool #

(>=) :: Name -> Name -> Bool #

max :: Name -> Name -> Name #

min :: Name -> Name -> Name #

Show Name Source # 
Instance details

Defined in Statistics.Types

Methods

showsPrec :: Int -> Name -> ShowS #

show :: Name -> String #

showList :: [Name] -> ShowS #

newtype Permutations Source #

Constructors

Permutations Int 
Instances
Show Permutations Source # 
Instance details

Defined in Statistics.Types

newtype DefaultValue Source #

Constructors

DefaultValue Double 

newtype Entity Source #

Constructors

Entity 

Fields

Instances
Show Entity Source # 
Instance details

Defined in Statistics.Types

newtype RankEntity Source #

Constructors

RankEntity 

Fields

Instances
Show RankEntity Source # 
Instance details

Defined in Statistics.Types

newtype PValue Source #

Constructors

PValue 

Fields

Instances
Show PValue Source # 
Instance details

Defined in Statistics.Types

data Sort Source #

Constructors

Ascending 
Descending 
Instances
Eq Sort Source # 
Instance details

Defined in Statistics.Types

Methods

(==) :: Sort -> Sort -> Bool #

(/=) :: Sort -> Sort -> Bool #

Ord Sort Source # 
Instance details

Defined in Statistics.Types

Methods

compare :: Sort -> Sort -> Ordering #

(<) :: Sort -> Sort -> Bool #

(<=) :: Sort -> Sort -> Bool #

(>) :: Sort -> Sort -> Bool #

(>=) :: Sort -> Sort -> Bool #

max :: Sort -> Sort -> Sort #

min :: Sort -> Sort -> Sort #

Read Sort Source # 
Instance details

Defined in Statistics.Types

Show Sort Source # 
Instance details

Defined in Statistics.Types

Methods

showsPrec :: Int -> Sort -> ShowS #

show :: Sort -> String #

showList :: [Sort] -> ShowS #

data NamedEntity Source #

Constructors

NamedEntity 

Fields

Instances
Show NamedEntity Source # 
Instance details

Defined in Statistics.Types