Bristlecone Module
Functions and values
Function or value | Description |
Full Usage:
fitDendro engine endCondition system plant
Parameters:
EstimationEngine<float, float>
-
A configured estimation engine
endCondition : EndCondition<float>
-
The end condition to apply to optimisation
system : ModelSystem
-
The compiled model system for analysis
plant : PlantIndividual
-
A plant individual
Returns: EstimationResult
An estimation result for the given plant, model and fitting method (engine)
|
|
Full Usage:
fromDendro plant
Parameters:
PlantIndividual
-
A plant individual
Returns: Map<ShortCode, TimeSeries<float>>
A coded map of time-series data for model-fitting
|
|
Full Usage:
oneStepAheadDendro engine system plant preTransform estimate
Parameters:
EstimationEngine<float, float>
-
system : ModelSystem
-
plant : PlantIndividual
-
preTransform : CodedMap<TimeSeries<float>> -> CodedMap<TimeSeries<float>>
-
estimate : Pool
-
Returns: CodedMap<FitSeries * NStepStatistics>
|
|