Bristlecone.Parallel Module
Wrappers for fitting functions that use `Array.Parallel` to run many analyses at once.
Functions and values
Function or value | Description |
Full Usage:
fit engine endCondition model timeSeries
Parameters:
EstimationEngine<float, float>
-
An estimation engine
endCondition : EndCondition<float>
-
An end condition
model : ModelSystem
-
The model / hypothesis to fit
timeSeries : CodedMap<TimeSeries<float>>[]
-
Time-series data to fit with the model
Returns: EstimationResult list
A list of estimation results
|
|