foehnix.Family

class foehnix.Family[source]

Common logic for the foehnix families

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__() Initialize self.
density(y, mu, sigma[, logpdf])
loglik(y, post, prob, theta) Calculate log-likelihood sum of the two-component mixture model
posterior(y, prob, theta) Posterior probabilities used for model estimation (EM algorithm)
theta(y, post[, init]) Distribution parameters of the components of the mixture models.