Home > Common Problem > What is bootstrap (statistics)

What is bootstrap (statistics)

藏色散人
Release: 2019-07-25 16:51:56
Original
7729 people have browsed it

What is bootstrap (statistics)

Bootstrap is an important statistical method in non-parametric statistics that estimates the variability of statistics and can estimate the interval of statistics. It is also called the bootstrap method.

The core ideas and basic steps are as follows:

(1) Use repeated sampling technology to extract a certain number from the original sample (can be given by yourself, generally the same as the original sample same) sample, this process allows for repeated sampling.

(2) Calculate the statistic T to be estimated based on the extracted samples.

(3) Repeat the above N times (generally greater than 1000) to obtain N statistics T.

(4) Calculate the sample variance of the above N statistics T to estimate the variance of the statistic T.

It should be said that Bootstrap is a popular statistical method in modern statistics and works well in small samples. Confidence intervals can be constructed through the estimation of variance, and its application scope is further extended.

The above is the detailed content of What is bootstrap (statistics). For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Laravel: Problem using bootstrap locally
From 1970-01-01 08:00:00
0
0
0
html5 - Problem with bootstrap modifying style
From 1970-01-01 08:00:00
0
0
0
Introducing bootstrap is invalid
From 1970-01-01 08:00:00
0
0
0
angular.js - angular's use of ui-bootstrap
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template