datasets-0.2.3: Classical data sets for statistics and machine learning
Numeric.Datasets.CO2
Description
Mauna Loa CO2 time-series
Listed as co2 here: http://vincentarelbundock.github.io/Rdatasets/datasets.html
See http://vincentarelbundock.github.io/Rdatasets/doc/datasets/co2.html
data CO2 Source #
Constructors
Fields
Instances
Methods
readsPrec :: Int -> ReadS CO2 #
readList :: ReadS [CO2] #
readPrec :: ReadPrec CO2 #
readListPrec :: ReadPrec [CO2] #
showsPrec :: Int -> CO2 -> ShowS #
show :: CO2 -> String #
showList :: [CO2] -> ShowS #
Associated Types
type Rep CO2 :: * -> * #
from :: CO2 -> Rep CO2 x #
to :: Rep CO2 x -> CO2 #
parseNamedRecord :: NamedRecord -> Parser CO2 #
maunaLoaCO2 :: Dataset CO2 Source #