Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/79.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
具有阻尼趋势的R中的HoltWinters()_R_Forecasting - Fatal编程技术网

具有阻尼趋势的R中的HoltWinters()

具有阻尼趋势的R中的HoltWinters(),r,forecasting,R,Forecasting,我有每周的数据。由于无法使用预测中的ets拟合频率超过52的季节性模型,因此我选择使用Holtwiners函数,该函数允许我拟合频率为52的模型 我的问题是,我们可以像ets中那样使用Holtwiners和阻尼选项吗 关于这一点,我已经搜索了很多,但没有得到任何结果。非常感谢您的帮助。您应该提到ets来自预测。在炎热的冬天,不能使用阻尼和指数。 fit<-ets(x_ts, damped=TRUE)

我有每周的数据。由于无法使用预测中的ets拟合频率超过52的季节性模型,因此我选择使用Holtwiners函数,该函数允许我拟合频率为52的模型

我的问题是,我们可以像ets中那样使用Holtwiners和阻尼选项吗

关于这一点,我已经搜索了很多,但没有得到任何结果。非常感谢您的帮助。

您应该提到ets来自预测。在炎热的冬天,不能使用阻尼和指数。
fit<-ets(x_ts, damped=TRUE)