https://github.com/alco1900/bootstrap-sampling-with-matlab
This repo shows how use MATLAB to apply the bootstrapping tecnique used in statistics
https://github.com/alco1900/bootstrap-sampling-with-matlab
matlab statistics
Last synced: about 1 year ago
JSON representation
This repo shows how use MATLAB to apply the bootstrapping tecnique used in statistics
- Host: GitHub
- URL: https://github.com/alco1900/bootstrap-sampling-with-matlab
- Owner: alco1900
- License: bsd-3-clause
- Created: 2024-12-17T14:07:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T14:13:57.000Z (over 1 year ago)
- Last Synced: 2025-04-07T06:43:47.560Z (about 1 year ago)
- Topics: matlab, statistics
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Bootstrap sampling with MATLAB® [](https://matlab.mathworks.com/open/github/v1?repo=alco1900/Bootstrap-sampling-with-MATLAB&file=bootstrapping_data.mlx)
Bootstrapping is a statistical procedure that resamples a single dataset to create many simulated samples. This process allows you to calculate standard errors, construct confidence intervals, and perform hypothesis testing for numerous types of sample statistics. Bootstrap methods are alternative approaches to traditional hypothesis testing and are notable for being easier to understand and valid for more conditions.
This repo aims to show how to use MATLAB for bootstrapping.
The example is based on Spiegelhalter, David. 2019. The Art of Statistics: Learning from Data, Pelican Books, ISBN 978-0241398630.
The dataset used is available at [dspiegel29/ArtofStatistics: Code for 'The Art of Statistics'](https://github.com/dspiegel29/ArtofStatistics)- Copyright (c) 2019 David Spiegelhalter
## Setup
Instructions to Run:
1. Open the bootstrapping_data.mlx Live script.
2. Read through the Live script to understand the context and the application and run the file to execute the code.
Live scripts are program files that contain your code, output, and formatted text together in a single interactive environment called the Live Editor. In live scripts, you can write your code and view the generated output and graphics along with the code that produced it. Add formatted text, images, hyperlinks, and equations to create an interactive narrative that you can share with others.
### MathWorks Products (https://www.mathworks.com)
Requires MATLAB release R2024a or newer
- [MATLAB](https://www.mathworks.com/products/matlab.html)
- [Statistics and Machine Learning Toolbox](https://www.mathworks.com/products/statistics.html)
## License
The license is available in the License.txt file in this GitHub repository.
## Community Support
[MATLAB Central](https://www.mathworks.com/matlabcentral)