Models
A variety of model specifications in state space formulation.
Dynamic Factor Models
StateSpace.DynamicFactorModel
— TypeDynamicFactorModel <: StateSpaceModel
Constructor for a dynamic factor model instance of the state space model type with hyperparameters Λ
and ϕ
, error specification, and mean specification.
StateSpace.DynamicNelsonSiegelModel
— TypeDynamicNelsonSiegelModel <: StateSpaceModel
Constructor for a dynamic Nelson Siegel model instance of the state space model type with hyperparameters λ
, ϕ
, and error specifications
Mean Specifications
StateSpace.NoConstant
— TypeNoConstant <: AbstractMeanModel
Constructor for a no constant mean specification instance of the mean model type.
StateSpace.Constant
— TypeConstant <: AbstractMeanModel
Constructor for a constant mean specification instance of the mean model type, with hyperparameter μ
.
StateSpace.Exogeneous
— TypeExogeneous <: AbstractMeanModel
Constructor for a exogeneous regressors mean model specification instance of the mean model type, with hyperparameter β
and exogenous regressors X
.
Error Specifications
StateSpace.Independent
— TypeIndependent <: AbstractErrorModel
Constructor for a independent error specification instance of the error model type, with hyperparameters σ
and ω
.
StateSpace.Idiosyncratic
— TypeIdiosyncratic <: AbstractErrorModel
Constructor for a idiosyncratic error specification instance of the error model type, with hyperparameters Σ
and Ω
.
StateSpace.SpatialErrorModel
— TypeSpatialErrorModel <: AbstractErrorModel
Constructor for a spatial error model specification instance of the error model type, with hyperparameter ρ
, idiosyncratic error specification error
, spatial weight matrix W
, and group structure groups
.
StateSpace.SpatialMovingAverageModel
— TypeSpatialMovingAverageModel <: AbstractErrorModel
Constructor for a spatial moving average model specification instance of the error model type, with hyperparameter ρ
, idiosyncratic error specification error
, spatial weight matrix W
, and group structure groups
.