由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 问一个ARIMA model 的问题。
相关主题
如何证明数据是伪造的?how to analyze small sample time series data
统计大牛看一看unit root 问题
问一个 time series 问题问一个 time series的问题
包子求解: 菜鸟问2个有关Time Series ARIMA model问题如何用电子营销数据预测销售
Test for stationarity in time series包子问题。。关于time series data analysis的
How to fit a smoothed line in R?请教一个用R画图的问题
Splus function arima.diag 问题How to selectively plot data in R
Look for Time Series Expert in this board - Help with Expo请问诸位高手:lattice比一般的画图plot之类
相关话题的讨论汇总
话题: e1x1话题: arima话题: diff1话题: diff1and4话题: detrend
进入Statistics版参与讨论
1 (共1页)
l***7
发帖数: 50
1
我有一组数据e1x1要生成ARIMA model.
44.7669 41.10659 43.70411 57.4064 47.21011
42.29574 44.65526 58.10271 50.38049 45.50983
47.45789 58.99774 53.02062 48.50563 52.39574
61.41254 56.42799 50.43014 57.19581 63.28712
59.45977 52.45281 59.88543 64.37775 60.75301
52.53201 61.68126 66.98495 63.95032 54.09921
64.57885 69.79277 67.75543 55.75373 65.93788
72.11951 70.56782 57.83367 67.67668 75.37291
72.30631 60.17343 69.73671 77.50877 74.87953
60.94993 72.871 79.53782 75.46017 62.1249
74.34622 81.8886 76.78092 63.26446 77.48085
82.91661 78.22325 65.0574 79.46567 84.63805
78.68579 65.11675 80.77741 88.73077 80.60261
66.06199 81.7418 91.10974 82.64659 66.65171
82.32291 94.00293 85.78439 68.92323 83.46343
95.93818
我用了下面的分析
> e1x1=scan("e1x1.dat")
Read 76 items
> e1x1=ts(e1x1)
> plot(e1x1, type="b")
The plot 显示 upward trend and seasonality.
因为 upward trend, 我们可以用 first difference to detrend the data. 因为
the seasonality, 我们可以用the fourth difference can be used to detrend the
first differenced data.
> diff1=diff(e1x1,1)
> diff1and4=diff(diff1,4)
> library(astsa)
> acf2(diff1and4,60)
但是ACF和 PACF 很weird!
大侠指点一下迷津吧!
谢谢!谢谢!
1 (共1页)
进入Statistics版参与讨论
相关主题
请问诸位高手:lattice比一般的画图plot之类Test for stationarity in time series
R kmeans issue, plot resultHow to fit a smoothed line in R?
what's wrong with Proc Reg???Splus function arima.diag 问题
[R] R plot histogram question about breaksLook for Time Series Expert in this board - Help with Expo
如何证明数据是伪造的?how to analyze small sample time series data
统计大牛看一看unit root 问题
问一个 time series 问题问一个 time series的问题
包子求解: 菜鸟问2个有关Time Series ARIMA model问题如何用电子营销数据预测销售
相关话题的讨论汇总
话题: e1x1话题: arima话题: diff1话题: diff1and4话题: detrend