| acft | R Documentation |
Theoretical autocorrelation functions of ARMA models
acft(MApoly = 1, ARpoly = 1, ncoef = 38, s = 1)
MApoly |
coefficients of numerator polynomial in descending order |
ARpoly |
coefficients of denominator polynomial in descending order |
ncoef |
number of coefficients |
s |
seasonal period, number of observations per year |
Theoretical autocorrelation functions
Diego J. Pedregal
colMedians, rowMedians, tests,
sumStats, gaussTest, ident,
cusum, varTest, conv,
armaFilter, dif, roots,
zplane, slide,
plotSlide, Accuracy, tsDisplay,
size
acft(c(1, -0.8), c(1, 0.8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.