Header menu logo bristlecone

Bristlecone.Parallel Module

Wrappers for fitting functions that use `Array.Parallel` to run many analyses at once.

Functions and values

Function or value Description

fit engine endCondition model timeSeries

Full Usage: fit engine endCondition model timeSeries

Parameters:
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.

engine : 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

Type something to start searching.