Conditioning Module
Solver conditioning enables adding synthetic initial time-points from which to solve from.
Types
| Type | Description |
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
resolve conditioning observedTF exogenousTF equationKeys measureKeys
Parameters:
Conditioning<'stateUnit>
observedTF : TimeFrame<float<MeasureProduct<state, MeasureOne>>, 'date, 'timeunit, 'timespan>
exogenousTF : TimeFrame<float<MeasureProduct<environment, MeasureOne>>, 'date, 'timeunit, 'timespan> option
equationKeys : ShortCode seq
measureKeys : ShortCode seq
Returns: Resolved<'date, 'timeunit, 'timespan>
|
|
Full Usage:
toObservationData tf
Parameters:
TimeFrame<float<MeasureProduct<state, MeasureOne>>, 'date, 'timeunit, 'timespan>
Returns: CodedMap<float<MeasureProduct<state, MeasureOne>>[]>
|
Convert a conditioned dynamic TimeFrame into observation arrays
|
bristlecone