重抽样与缺失数据
18 种方法属于此方法族。
精选
Bagging(Bootstrap Aggregating)Bagging, short for Bootstrap Aggregating, is an ensemble meta-algorithm introduced by Leo Breiman in 1996 that trains multiple copies of a base learner on independently drawn boots装袋集成Bagging, short for bootstrap aggregating, is an ensemble method that reduces variance by training multiple copies of a single learning algorithm on different random subsets of the BCa Bootstrap(偏差校正和加速法)The BCa bootstrap is a resampling method, introduced by Bradley Efron in 1987, that produces more accurate confidence intervals than the plain percentile bootstrap by applying a bi块自举(移动块和固定块)Block bootstrap is a resampling method for dependent, autocorrelated time-series data: instead of resampling single observations, it resamples whole blocks of consecutive observatiBootstrap InferenceBootstrap inference, introduced by Bradley Efron in 1979, estimates the sampling distribution of a statistic by repeatedly resampling the observed data with replacement. It require自助法模拟Bootstrap simulation, introduced by Bradley Efron in 1979, is a simulation-based inference method that derives the sampling distribution of virtually any statistic by repeatedly re
Reading path
This topic's most-referenced foundational methods, in the order they were developed — a place to start if you're new here.