boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Look for Time Series Expert in this board - Help with Expo
相关主题
how to analyze small sample time series data
unit root 问题
问一下各位前辈谁知道holt winters seasonal forecasting的那个初值都是什么
Time Series Forecasting问题求教
Splus function arima.diag 问题
问一个 time series的问题
问一个ARIMA model 的问题。
SAS下载安装完全教程
一些初级time series问题请教
[合集] 继续问time series 问题
相关话题的讨论汇总
话题: hw话题: time话题: series话题: expert话题: look
进入Statistics版参与讨论
1 (共1页)
l****a
发帖数: 336
1
I am trying to fit data through Holt-Winters(HW) Method with Multiplicative Seasonality
. However, JMP, the software i am allow to use, includes HW Method with Additive
version only.
I do see some literature mentions that for ARIMA process, using Additive
model after logging transforamtion of time seires data is equivalent to the
use of Multiplicative model.
Does the above rule apply to HW Mothed?
Thanks for any tips and help.
a*****r
发帖数: 681
2
proc forecast data=AAA interval=month lead=18 method=winters
seasons=12 out=BBB outfull
outest=est outfitstats;
by org dst;
id yymm;
var ccc;
run;
a*****r
发帖数: 681
3
there is no way to use proc arima to deal with HW model from my point of
view. but SAS do provide proc forecast to "call" HW model.
l****a
发帖数: 336
4
Thanks Aviator.
But I am only allowed to use JMP, which has additive version of winter's
method. :(
l****a
发帖数: 336
5
I will save your sas sample code anyway for future reference.
Thanks again. :)
1 (共1页)
进入Statistics版参与讨论
相关主题
[合集] 继续问time series 问题
AR model的估计
R-help,求救R里面两个关于ARIMA的问题
问一个 time series 问题
[合集] 一些初级time series问题请教
可以发包子悬赏解决问题吗?
[合集] 用SAS 做 Augmented Dickey Fuller test
有没人知道SAS High-Performance Forecasting 3.1?
请大侠帮忙看一下这个该用哪个SAS code
[包子贴]sas proc arima
相关话题的讨论汇总
话题: hw话题: time话题: series话题: expert话题: look