Is there a Matlab equivalent to the tsboot function in R?
Mostra commenti meno recenti
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 Commenti
Star Strider
il 28 Gen 2020
Kevin Egan
il 28 Gen 2020
Robert Kirkby
il 12 Mag 2024
following is likely relevant, shows how to use bootstrp() to perform block bootstrap
Risposte (1)
Karan Nandankar
il 24 Dic 2020
0 voti
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
Categorie
Scopri di più su Resampling Techniques in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!