https://github.com/cran/dse
Raw File
Tip revision: ab08892d097753cdf4449136af92b9e9fb89871c authored by Paul Gilbert on 01 December 2009, 00:00:00 UTC
version 2009.12-1
Tip revision: ab08892
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