Displaying 1 result from an estimated 1 matches for "andong".
Did you mean:
andoni
2009 Oct 22
0
simulating AR() using a
good day everyone!
i have a time series (andong.ts) and fitted and AR() model using the
following code
andong.ts <- ts(read.table("D:/.../andong.csv", header = TRUE), start =
c(1966,1), frequency = 1)
ar(andong.ts)
Call:
ar(x = andong)
Coefficients:
1 2 3
0.3117 0.0607 0.0999
Order selected 3 sigma^2 est...