https://github.com/cran/dse
Raw File
Tip revision: b4e9802bf92924d3f69b72bc4e35f062580b4a8a authored by Paul Gilbert on 16 December 2015, 18:54:01 UTC
version 2015.12-1
Tip revision: b4e9802
setArrays.Rd
\name{setArrays}
\alias{setArrays}
\alias{setArrays.ARMA}
\alias{setArrays.SS}
\alias{setArrays.TSestModel}

\title{Set TSmodel Array Information}
\description{
    Complete parameter array information based on parameter vector settings.
    This function is used internally and is not normally called by a user. 
}
\usage{
    setArrays(model, coefficients=NULL, constants=NULL)
    \method{setArrays}{ARMA}(model, coefficients=NULL, constants=NULL)
    \method{setArrays}{SS}(model, coefficients=NULL, constants=NULL)
    \method{setArrays}{TSestModel}(model, coefficients=NULL, constants=NULL)
    }
\arguments{
    \item{model}{An object of class TSmodel.}
    \item{coefficients}{A vector of new values for the model coefficients
    (parameters).}
}
\value{A TSmodel object.}

\concept{DSE}
\keyword{internal}


back to top