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<'a, 'b, 'u, 'v>
-
An estimation engine
endCondition : EndCondition
-
An end condition
model : ModelSystem<'u>
-
The model / hypothesis to fit
timeSeries : CodedMap<TimeSeries<float<'v>, 'a, 'c, 'b>>[]
-
Time-series data to fit with the model
Returns: EstimationResult<'a, 'c, 'b> list
A list of estimation results
|
A wrapper for `Bristlecone.fit` that uses Array.Parallel to run many analyses at once.
|
bristlecone