简体   繁体   English

波动数据的时间序列建模

[英]Time Series Modeling of Choppy Data

I'm trying to model 10 years of monthly time series data that is very choppy and overal it has an upward trend. 我正在尝试对10年的每月时间序列数据进行建模,这是非常不稳定的,总体而言,它具有上升趋势。 At first glance it looks like a strong seasonal series, however the test results indicate that it is definitely not seasonal. 乍一看,它看起来像一个强大的季节性序列,但是测试结果表明它绝对不是季节性的。 This is a pricing variable that I'm trying to model as a function of macroeconomic environment, such as interest rates and yield curves. 我正在尝试根据宏观经济环境(例如利率和收益率曲线)对这是一个定价变量进行建模。 I've tryed linear OLS regression (proc reg), but I don't get a very goo dmodel with that. 我已经尝试过线性OLS回归(proc reg),但是我没有得到很好的dmodel。 I've also tried autoregressive error models (proc autoreg), but it captures 7 lags of the error term as significant factors. 我还尝试了自回归错误模型(proc autoreg),但它捕获了错误项的7个滞后作为重要因素。 I don't really want to include that many lag of the error term in the model. 我真的不想在模型中包括很多误差项的滞后。 In addition most of the macroeconomic variables become insignificant when I include all these error lags in the model. 此外,当我将所有这些误差滞后包括在模型中时,大多数宏观经济变量变得无关紧要。

Any suggestions on modeling method/technique that could help me model this choppy data is really appreciated. 非常感谢任何关于建模方法/技术的建议,这些建议可以帮助我对波动数据进行建模。

At a past project, we've used proc arima to predict future product sales based on a time series of past sales: http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_arima_sect019.htm (note that arima is also an autoregressive model) 在过去的项目中,我们使用proc arima根据过去的销售时间序列来预测未来的产品销售: http : //support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer .htm#etsug_arima_sect019.htm (请注意,Arima也是自回归模型)

But as Joe said, for really statistical feedback on your question, you're better of asking at the Cross Validated site. 但是正如Joe所说,要获得有关您问题的真正统计反馈,最好还是在Cross Validated网站上提问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM