EstimationResult Module
Functions and values
| Function or value |
Description
|
Full Usage:
EstimationResult.loadAll toSeries directory subject modelSystem modelId
Parameters:
(FitValue * string) seq -> FitSeries<'a, 'b, 'c>
directory : string
subject : string
modelSystem : ModelSystem<'modelTimeUnit>
modelId : string
Returns: EstimationResult<'a, 'b, 'c> seq
|
Load an `EstimationResult` that has previously been saved as three seperate dataframes. Results will only be reconstructed when file names and formats are in original Bristlecone format.
|
Full Usage:
EstimationResult.saveAll dateToString directory subject modelId thinTraceBy result
Parameters:
'd -> string
directory : string
-
Relative or absolute directory to save files to
subject : string
-
An identifier for the subject of the test
modelId : string
-
An identifier for the model used
thinTraceBy : int option
-
If Some, an integer representing the nth traces to keep from the optimisation trace.
If None, does not thin the trace.
result : EstimationResult<'d, 'a, 'b>
-
The estimation result to save
|
Save the Maximum Likelihood Estimate, trace of the optimisation procedure, and time-series.
|
bristlecone