ryusukekenji 发表于 2012-2-25 20:24 
时间变量有误,楼主需要仔细查看...
stl(x, s.window, s.degree = 0,
t.window = NULL, t.degree = 1,
l.window = nextodd(period), l.degree = t.degree,
s.jump = ceiling(s.window/10),
t.jump = ceiling(t.window/10),
l.jump = ceiling(l.window/10),
robust = FALSE,
inner = if(robust) 1 else 2,
outer = if(robust) 15 else 0,
na.action = na.fail)
对变量x的说明如下:
x univariate time series to be decomposed. This should be an object of class "ts" with a frequency greater than one.
能解释一下后面那句话的意思吗:“This should be an object of class "ts" with a frequency greater than one.”