ModelComponents Module
Logging functions to output the internal dynamics of model systems.
Nested modules
Modules | Description |
Functions and values
Function or value | Description |
Full Usage:
calculateComponents fitFn engine result
Parameters:
'subject -> ModelSystem -> EstimationEngine<float, 'a> -> 'b
-
The function used
engine : EstimationEngine<float, 'a>
-
result : ResultSet<'subject, (IComponentLogger<'data> -> ModelSystem)>
-
Returns: Map<string, Map<float, 'data>>
|
|