ResultSet Module
Organises multiple hypotheses and multiple subjects into distinct analysis groups.
Types
| Type | Description |
|
ResultSet<'subject, 'hypothesis, 'date, 'timeunit, 'timespan> |
A representation of all results for a particular subject and hypothesis |
Functions and values
| Function or value |
Description
|
Full Usage:
ResultSet.arrangeResultSets subjects hypotheses getResults
Parameters:
'subject seq
-
hypotheses : 'hypothesis seq
-
getResults : 'subject -> 'hypothesis -> EstimationResult<obj, obj, obj> seq
-
Returns: ResultSet<'subject, 'hypothesis, obj, obj, obj> seq
|
Arrange estimation results into subject and hypothesis groups.
|
bristlecone