An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Bootstrap sampling with MATLAB® [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](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)