https://github.com/cran/dse
Raw File
Tip revision: f9aa6f7ec42024ca88a37a5e6984bada0a8d3891 authored by Paul Gilbert on 07 March 2013, 08:03:12 UTC
version 2013.3-2
Tip revision: f9aa6f7
nstates.Rd
\name{nstates}
\alias{nstates}
\alias{nstates.SS}
\alias{nstates.ARMA}
\alias{nstates.TSestModel}

\title{State Dimension of a State Space Model}
\description{Extract the state dimension of a state space model object.}
\usage{
    nstates(x)
    \method{nstates}{SS}(x)
    \method{nstates}{ARMA}(x)
    \method{nstates}{TSestModel}(x) 
 }
\arguments{
    \item{x}{Object of class TSmodel or TSestModel.}
}
\value{
    An integer indicating the state dimension.
}
\seealso{
    \code{\link{nseriesInput}}
}
\concept{DSE}
\keyword{ts}

back to top