Is there a Matlab equivalent to the tsboot function in R?
이전 댓글 표시
I am working with time series data and different functions developed in R and Matlab. I was wondering if there was a similar MATLAB function that develops similar results as the tsboot() function in R.
I've reviewed https://www.spg.tu-darmstadt.de/res/dl/bootstraptoolboxformatlab/bootstrapmatlabtoolbox.en.jsp and it is still not clear how this would develop similar results.
댓글 수: 3
Star Strider
2020년 1월 28일
Kevin Egan
2020년 1월 28일
Robert Kirkby
2024년 5월 12일
following is likely relevant, shows how to use bootstrp() to perform block bootstrap
답변 (1개)
Karan Nandankar
2020년 12월 24일
0 개 추천
Hi,
For bootstraping Time series data in MATLAB, you can try using the function bootstrp(), which draws 'n' bootstrap samples and calculates the statistic.
You can also refer below File Exchange example for Bootstraping Time series data,
https://www.mathworks.com/matlabcentral/fileexchange/53701-bootstrapping-time-series
카테고리
도움말 센터 및 File Exchange에서 Resampling Techniques에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!