Header menu logo bristlecone

ResultSet Module

Organises multiple hypotheses and multiple subjects into distinct analysis groups.

Types

Type Description

ResultSet<'subject, 'hypothesis>

A representation of all results for a particular subject and hypothesis

Functions and values

Function or value Description

ResultSet.arrangeResultSets subjects hypotheses getResults

Full Usage: ResultSet.arrangeResultSets subjects hypotheses getResults

Parameters:
    subjects : 'subject seq -
    hypotheses : 'hypothesis seq -
    getResults : 'subject -> 'hypothesis -> EstimationResult seq -

Returns: ResultSet<'subject, 'hypothesis> seq

Arrange estimation results into subject and hypothesis groups.

subjects : 'subject seq

hypotheses : 'hypothesis seq

getResults : 'subject -> 'hypothesis -> EstimationResult seq

Returns: ResultSet<'subject, 'hypothesis> seq

Type something to start searching.