Likelihood

class mosfit.modules.Likelihood(**kwargs)[source]

Bases: Module

Calculate the maximum likelihood score for a model.

Attributes Summary

MIN_COV_TERM

Methods Summary

process(**kwargs)

Calculate the likelihood, returning ln(likelihood).

Attributes Documentation

MIN_COV_TERM = 1e-30

Methods Documentation

process(**kwargs)[source]

Calculate the likelihood, returning ln(likelihood).