calculate the variable DataSerie (abstract to override in each variable)
calculate the variable DataSerie (abstract to override in each variable)
DataCollection > the data collection
Data
Calculate PETthorn DataSerie
Calculate PETthorn DataSerie
temperature DataSerie
heat index
some notes on DataSerie creation
DataSerie
check if the variable is calculable with the given DataCollection
check if the variable is calculable with the given DataCollection
Boolean
check if the variable is calculable with the given set of variables
check if the variable is calculable with the given set of variables
Set[Variable]> the set of variables
Boolean
choose a group of Parameters in a DataMapper set from a Datacollection
choose a group of Parameters in a DataMapper set from a Datacollection
VariablePairMap
choose a group of DataSeries in a DataMapper set from a Datacollection
choose a group of DataSeries in a DataMapper set from a Datacollection
VariablePairMap
choose a group of variables in a DataMapper set from a Datacollection
choose a group of variables in a DataMapper set from a Datacollection
VariableDataMap
choose a group of variables in a DataMapper set from a Datacollection
choose a group of variables in a DataMapper set from a Datacollection
VariableDataMap
calculate the last value of the variable DataSerie (abstract to override in each variable)
calculate the last value of the variable DataSerie (abstract to override in each variable)
DataCollection > the data collection
Data
DataSerie constructor
DataSerie constructor
date of the first value (millisec)
interval between each values (millisec)
the values
a string containing notes on the DataSeries
DataSerie
DataSerie constructor
DataSerie constructor
list of dates (millisec)
the values
a string containing notes on the DataSeries
DataSerie
parse a value to a corresponding String
return an empty List of specific variable type T
check if a DataCollection contains this variable
check if a DataCollection contains this variable
DataCollection > the DataCollection
Boolean
check if a Set[Variable] contains this variable
check if a Set[Variable] contains this variable
Set[Variable]> the set of variables
Boolean
check if a Sequence of abbreviation contain this variable abbreviation
check if a Sequence of abbreviation contain this variable abbreviation
Seq[String] > Sequence of abbreviation
Boolean
check if value is Null
check is variable value is out of range
check is variable value is out of range
T > the value to check
Boolean
prints the required variables
return the value of type T from a given String
return the value of type T from a given String
string format of value
T