Likelihood Module
Likelihood functions to represent a variety of distributions and data types.
Functions and values
| Function or value |
Description
|
Full Usage:
bivariateGaussian key1 key2
Parameters:
LikelihoodRequirement
key2 : LikelihoodRequirement
Returns: Likelihood<'u>
|
Log likelihood function for dual simultaneous system, assuming Gaussian error for both x and y. Requires parameters 'σ[x]', 'σ[y]' and 'ρ' to be included in any `ModelSystem` that uses it.
|
|
Log likelihood function for single equation system, assuming Gaussian error for x. Requires a parameter 'σ[x]' to be included in any `ModelSystem` that uses it.
|
|
Residual sum of squares. Provides a simple metric of distance between observed data and model predictions.
|
bristlecone