Displaying 1 result from an estimated 1 matches for "cyanea".
Did you mean:
cyanet
2012 Aug 22
0
pseudo-additive seasonal decomposition
...ce data, with annual peaks of varying magnitude and zero abundances between the seasonal occurrences.
I have tried to use the package "x12", which utilizes x12arima, but without luck so far. More specifically, I am trying to run the following code, using R version 2.15.0:
Cx12 <- x12(Cyanea.ts, period=12,
x12path="C:\\x12a.exe", use="x12",
forecast_years=0,
transform="none",
x11regress=F,
samode="pseudoadd",
seasonalma="s3x3")
Everything s...