ind], start = start(x), frequency = f),
seasonal) :
time series has no or less than 2 periods"
I was confused why arima does not work if my time series is a constant. It
should be very simple - resulted model should be a constant with the value
of 1.
Thanks,
Aijun.
--
View this message i
("schools.dat", header=TRUE)
J <- nrow(schools)
y <- schools$estimate
sigma.y <- schools$sd
data <- list ("J", "y", "sigma.y")
inits <- function() {list (theta=rnorm(J,0,100), mu.theta=rnorm(1,0,100),
sigma.theta=runif(1,0,100))}
parameters <- c(&
2 matches
Mail list logo