nstates: State Dimension of a State Space Model

Description Usage Arguments Value See Also

View source: R/dse1.R

Description

Extract the state dimension of a state space model object.

Usage

1
2
3
4
5
6
7
8
    nstates(x)
    ## S3 method for class 'SS'
nstates(x)
    ## S3 method for class 'ARMA'
nstates(x)
    ## S3 method for class 'TSestModel'
nstates(x) 
 

Arguments

x

Object of class TSmodel or TSestModel.

Value

An integer indicating the state dimension.

See Also

nseriesInput


dse documentation built on March 4, 2020, 3:01 a.m.