Header menu logo bristlecone

ProfileLikelihood Module

Given a maximum likelihood estimate (MLE), the profile likelihood method runs a Monte Carlo algorithm that samples around the MLE.

The range for each parameter is discovered at 95% and 68% confidence based on a chi squared distribution.

Types

Type Description

EstimateFunction<'modelTimeUnit, 'state, 'subject, 'date, 'timeunit, 'timespan>

Functions and values

Function or value Description

profile fit engine subject hypothesis n result

Full Usage: profile fit engine subject hypothesis n result

Parameters:
Returns: Map<ShortCode, ConfidenceInterval>

The profile likelihood method samples the likelihood space around the Maximum Likelihood Estimate

fit : EstimationEngine<'a, 'b, 'u, 'v> -> EndCondition -> 'c -> ModelSystem<'modelTimeUnit> -> EstimationResult<'d, 'e, 'f>
engine : EstimationEngine<'a, 'b, 'u, 'v>
subject : 'c
hypothesis : ModelSystem<'modelTimeUnit>
n : int<MeasureProduct<iteration, MeasureOne>>
result : EstimationResult<'g, 'h, 'i>
Returns: Map<ShortCode, ConfidenceInterval>

Type something to start searching.