public class VECMTransitory extends VECM
Constructor and Description |
---|
VECMTransitory(Matrix pi,
Matrix[] gamma,
Matrix psi,
Matrix sigma)
Construct a transitory VECM(p) model with zero-intercept (mu).
|
VECMTransitory(VARXModel varx)
Construct a transitory VECM(p) from a VARX(p).
|
VECMTransitory(VECMTransitory that)
Copy constructor.
|
VECMTransitory(Vector mu,
Matrix pi,
Matrix[] gamma,
Matrix psi,
Matrix sigma)
Construct a transitory VECM(p) model.
|
public VECMTransitory(Vector mu, Matrix pi, Matrix[] gamma, Matrix psi, Matrix sigma)
mu
- the intercept (constant) vectorpi
- the impact matrixgamma
- the AR coefficients of the lagged differences; null
if p = 1psi
- the coefficients of the deterministic terms (excluding the intercept term)sigma
- the white noise covariance matrixpublic VECMTransitory(Matrix pi, Matrix[] gamma, Matrix psi, Matrix sigma)
pi
- the impact matrixgamma
- the AR coefficients of the lagged differences; null
if p = 1psi
- the coefficients of the deterministic terms (excluding the intercept term)sigma
- the white noise covariance matrixpublic VECMTransitory(VARXModel varx)
varx
- a VARX modelpublic VECMTransitory(VECMTransitory that)
that
- a transitory VECM modelCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.