Displaying 2 results from an estimated 2 matches for "seasonalma".
Did you mean:
seasonal
2012 Aug 22
0
pseudo-additive seasonal decomposition
...g 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 seems to run ok and a number of files get saved in the source directory and folder 'gra'. However, when I try to call the resulting object Cx12, e.g. with 'summary(Cx12)', I receive an "Error: object 'Cx12' not found".
If anyone has a...
2004 Jun 10
1
X-12-ARIMA
...x12 fortran pgm
# a vanilla specification file might have the following
# series{
# title="building consents"
# start=1973.01
# span=(1973.01, 2000.12)
# period=12
# file="blp.dat"
# format="datevalue"
# }
# x11{
# mode=mult
# sigmalim=(1.8 2.8)
# seasonalma=x11default
# trendma=13
# appendfcst=no
# save=(b1 c17 d10 d11 d12 d13)
# savelog=(m1 m2 m3 m4 m5 m6 m7 m8 m9 m10 m11 q q2 msr icr fb1 fd8 msf ids)
# }
# execute the x12 fortran pgm. executable x12a stored in /home/fred/x12a
system("/home/fred/x12a/x12a blp")
# read x12 for...