3.7.5. statsmodels.miscmodels.try_mlecov¶
Multivariate Normal Model with full covariance matrix
toeplitz structure is not exploited, need cholesky or inv for toeplitz
Author: josef-pktd
3.7.5.1. Functions¶
arma_acovf (ar, ma[, nobs]) |
theoretical autocovariance function of ARMA process |
arma_generate_sample (ar, ma, nsample[, ...]) |
Generate a random sample of an ARMA process |
getpoly (self, params) |
|
invertibleroots (ma) |
|
mvn_loglike (x, sigma) |
loglike multivariate normal |
mvn_loglike_chol (x, sigma) |
loglike multivariate normal |
mvn_loglike_sum (x, sigma) |
loglike multivariate normal |
mvn_nloglike_obs (x, sigma) |
loglike multivariate normal |
3.7.5.2. Classes¶
GenericLikelihoodModel (endog[, exog, ...]) |
Allows the fitting of any likelihood function via maximum likelihood. |
LikelihoodModel (endog[, exog]) |
Likelihood model is a subclass of Model. |
MLEGLS (endog[, exog, loglike, score, ...]) |
ARMA model with exact loglikelhood for short time series |