Arma(b, a)
## S3 method for class 'Zpg':
as.Arma(x, ...)
## S3 method for class 'Arma':
as.Arma(x, ...)
## S3 method for class 'Ma':
as.Arma(x, ...)Arma with the following list elements:as.Arma converts from other forms, including Zpg and Ma.as.Zpg, Ma, filter, and various
filter-generation functions like butter and
cheby1 that return Arma models.filt <- Arma(b = c(1, 2, 1)/3, a = c(1, 1))
zplane(filt)Run the code above in your browser using DataLab