Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Perform bootstrapping of an estimator on some data
ResourceFunction["BootstrappedEstimate"][data,e,n] bootstraps the data data using the estimator e with n bootstrap samples. |
ConfidenceLevel | Automatic | confidence level to use for confidence intervals |
SignificanceLevel | Automatic | significance level to use for confidence intervals |
"Samples" | Automatic | number of samples in each bootstrap |
Bootstrap the mean of a randomly created dataset:
In[1]:= |
Out[3]= |
Find the Kurtosis and report back the confidence interval corresponding to a 99% confidence level:
In[4]:= |
Out[6]= |
Use a higher number of samples for each bootstrap:
In[10]:= |
Out[12]= |
Create a random dataset:
In[13]:= |
Out[14]= |
Perform bootstrapping on the slope by doing repeated linear fitting:
In[15]:= |
Out[15]= |
This work is licensed under a Creative Commons Attribution 4.0 International License