← Home
PRIVATE BROWSER TOOL · PHASE 1
Bootstrap Resampler
Resample numeric observations with replacement and summarize an empirical statistic across repeated replicates. The complete workflow runs locally in this browser, with visible controls and a result you can inspect before copying or downloading.
LOCAL WORKBENCH
Generate a result
No upload · no account · no URL storage
Ready. Entries and results stay in this browser tab.
Choose your settings, then select Generate.
How it works
- Parse every numeric observation and keep duplicate values as separate sample positions.
- Build each replicate by drawing exactly n positions with replacement from the n-row sample.
- Compute the selected statistic per replicate, then report its distribution and percentile interval.
Worked example
Eight observations and 1,000 mean replicates produce 1,000 resampled means plus the selected percentile interval.
Limits and interpretation
- Samples are capped at 5,000 observations and runs at 20,000 replicates, with at most 2,000,000 total resampled positions.
- A percentile bootstrap interval is descriptive and does not validate model assumptions.
- Missing, infinite, and nonnumeric rows are rejected instead of silently removed.
Privacy
Your inputs and generated results stay in this browser. This tool does not put them in a URL, analytics event, server log, or external request.
Frequently asked questions
- How does Bootstrap Resampler make its random choices?
- Each replicate position is an independent Web Crypto draw from the original row indexes with replacement.
- Does Bootstrap Resampler upload my inputs or results?
- No. Values stay in the current browser tab and are not placed in the URL, analytics, storage, or network requests.
- When should I use Bootstrap Resampler?
- Use it to explore sampling variation in a small numeric dataset, not as a substitute for domain-specific statistical review.