simple constructor
(Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.
(Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.
(Changed in version 2.8.0) ++ creates a new map. Use ++= to add an element to this map and return that map itself.
add new elements in the KeySet
add a new key & variable in the KeySet (abstract)
add a new key & variable in the KeySet (abstract)
Tuple[K,V] > the key and the variable
KeySet
add a new element in the KeySet (abstract)
(Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.
(Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.
(Changed in version 2.8.0) -- creates a new map. Use --= to remove an element from this map and return that map itself.
returns a new key for the DataCollection KeySet
returns a new key for the DataCollection KeySet
Variable > the key of the data
return a List of Variables with Serie which could be calculated with the given variables
return a List of Variables with Serie which could be calculated with the given variables
List[Variable with Serie]
return a List of Variables which could be calculated with the given variables
return a List of Variables which could be calculated with the given variables
List[Variable]
calculate the given variables and necessary/possible intermediate ones
calculate the given variables and necessary/possible intermediate ones
Date DataSerie
return a Sequence of Variables with Calculable which already exists in the collection (either as input or already calculated)
return a Sequence of Variables with Calculable which already exists in the collection (either as input or already calculated)
Seq[Variable]
return a Sequence of Series with Calculable which already exists in the collection (either as input or already calculated)
return a Sequence of Series with Calculable which already exists in the collection (either as input or already calculated)
Seq[Variable]
clones the DataSerie
clones the DataSerie
DataSerie
complete the given variables and necessary/possible intermediate ones
complete the given variables and necessary/possible intermediate ones
Date DataSerie
return a DataSerie with the dates
return a DataSerie with the dates
Date DataSerie
Returns the DataSeries from the DataCollection
Returns the DataSeries from the DataCollection
DataSeries
complete the given variables and necessary/possible intermediate ones
complete the given variables and necessary/possible intermediate ones
Date DataSerie
(Changed in version 2.8.0) keys returns Iterable[A] rather than Iterator[A].
Returns a DataCollection with the order specified in Variable.
Returns a DataCollection with the order specified in Variable.values
DataCollection
Returns the Parameters from the DataCollection
Returns the Parameters from the DataCollection
Parameters
Removes the Dataseries from the DataCollection
Removes the Dataseries from the DataCollection
Unit
Removes the Parameters who are not availables from the DataCollection
Removes the Parameters who are not availables from the DataCollection
Unit
Removes the Parameters from the DataCollection
Removes the Parameters from the DataCollection
Unit
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
return a Sequence of Variables which do not exists in the collection (either as input or already calulated)
return a Sequence of Variables which do not exists in the collection (either as input or already calulated)
List[Variable]
return a Sequence of Variables with Serie which already exists in the collection but for which the last value has to be calculated
return a Sequence of Variables with Serie which already exists in the collection but for which the last value has to be calculated
Seq[Variable with Serie]
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
(Changed in version 2.8.0) values returns Iterable[B] rather than Iterator[B].
Collection of Data objects (DataSerie or Parameter).