nstates {dse1}R Documentation

State Dimension of a State Space Model

Description

Extract the state dimension of a state space model object.

Usage

    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


[Package dse1 version 2008.10-1 Index]