Bootstrap a statistic in a grouped sample

(Extension of BOOTSTRP)
2.3K Downloads
Updated Mon, 04 Apr 2016 17:14:49 +0000

View License

Function BSTRAG builds on an earlier FEX submission, BSTRAP - itself an extension of BOOTSTRP (Statistics Toolbox, v. 5-6) - by implementing 'groupwise' operation, wherein rows of x (,y,z,..) are split into several groups (having n1, n2, n3, .. rows), marked by distinct values of grouping variable c, and each resampling iteration randomly selects n1 rows from group 1, n2 rows from group 2, etc.
Syntax of BSTRAG is similar to that of BSTRAP, but differs in requiring an extra input argument, group-assignment vector, which must also be supplied to the function computing (matrix- or structure-valued) bootstrapped statistics.

Function BSTATS inputs an array or a structure array produced by BSTRAP, and outputs means, variances and (2.5%, 97.5%) percentiles of the bootstrap distributions. (Percentiles are calculated using PRCTILE of Statistics Toolbox - replacing it with a user-contributed analog should be straightforward).

See BSTRAG_DEMO and BSTRAP_DEMO for examples.

Cite As

Dimitri Shvorob (2024). Bootstrap a statistic in a grouped sample (https://www.mathworks.com/matlabcentral/fileexchange/14411-bootstrap-a-statistic-in-a-grouped-sample), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

BSD