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

Safe HaskellSafe
LanguageHaskell2010

Statistics.Types

Documentation

newtype Permutations #

Constructors

Permutations Int 

newtype Entity #

Constructors

Entity 

Fields

Instances

newtype RankEntity #

Constructors

RankEntity 

Fields

newtype PValue #

Constructors

PValue 

Fields

Instances

data Sort #

Constructors

Ascending 
Descending 

Instances

Eq Sort # 

Methods

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

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

Ord Sort # 

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 # 
Show Sort # 

Methods

showsPrec :: Int -> Sort -> ShowS #

show :: Sort -> String #

showList :: [Sort] -> ShowS #