
Last chance! 50% off unlimited learning
Sale ends in
The representation of an ARMA processes is unambiguous only in canonical form.
The CanForm
method, if the necessary parameters are given
converts the ARMA representation to
echelon
, final
or scm
form.
CanForm(pM,form)
CanForm.echelon(pM)
CanForm.final(pM)
CanForm.scm(pM)
an arbitrary pMvarma
class object
an arbitrary or "echelon
", "final
", "scm
" form code
An pMvarma
class object in echelon, final or scm form.
# NOT RUN {
parma <- polyMgen.varma(3,3,rand=TRUE,degree=c(1,1))
parma
CanForm(parma,"final")
CanForm(parma,"echelon")
CanForm(parma,"scm")
# clean up
# rm(parma)
# }
Run the code above in your browser using DataLab