datasets-0.4.0: Classical data sets for statistics and machine learning

Safe HaskellNone
LanguageHaskell2010

Numeric.Datasets.Coal

Description

Coal data set

Dates of mining disasters, from the coal dataset in the R package boot.

For further information, see http://vincentarelbundock.github.io/Rdatasets/doc/boot/coal.html

Documentation

data Coal Source #

Instances
Read Coal Source # 
Instance details

Defined in Numeric.Datasets.Coal

Show Coal Source # 
Instance details

Defined in Numeric.Datasets.Coal

Methods

showsPrec :: Int -> Coal -> ShowS #

show :: Coal -> String #

showList :: [Coal] -> ShowS #

Generic Coal Source # 
Instance details

Defined in Numeric.Datasets.Coal

Associated Types

type Rep Coal :: Type -> Type #

Methods

from :: Coal -> Rep Coal x #

to :: Rep Coal x -> Coal #

FromRecord Coal Source # 
Instance details

Defined in Numeric.Datasets.Coal

type Rep Coal Source # 
Instance details

Defined in Numeric.Datasets.Coal

type Rep Coal = D1 (MetaData "Coal" "Numeric.Datasets.Coal" "datasets-0.4.0-L5crXIpB7vF3Y59seHQZkS" True) (C1 (MetaCons "Coal" PrefixI True) (S1 (MetaSel (Just "date") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)))