De-trending variables algorithm

版本 1.0.0.0 (1.3 KB) 作者: raffaele
function that make all time series stationary, and return number of differencing for each one
168.0 次下载
更新时间 2015/7/7

查看许可证

This function uses as input a matrix whose column are different time series. Than it controls for each one if they are stationary or not, using an augmented Dickey-Fuller test for unit root. if the test fails and some variables follow a stationary trend, then the algorithm works on differences until the variable became stationary. Moreover there is a vector "counter", which says how many time the difference has been performed.
Differerencing is obtained by taking log-differences

引用格式

raffaele (2024). De-trending variables algorithm (https://www.mathworks.com/matlabcentral/fileexchange/52009-de-trending-variables-algorithm), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Time Series 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0