Module likelihood

Module likelihood 

Source
Expand description

Types describing likelihood of the data given an SFS.

The types here exist largely as newtype-wrappers around f64. Getting likelihoods and log-likelihoods mixed up is an easy error to make; typing these helps avoid such bugs, and make method signatures clearer.

Structsยง

Likelihood
The likelihood of the data given an SFS.
LogLikelihood
The log-likelihood of the data given an SFS.
SumOf
A sum of items, and the number of items summed.