- Home
- Simulation & Resampling
Simulation & Resampling
Some questions are easier to answer by simulating them directly than by deriving a formula: how much would a statistic vary if you resampled your data, how extreme is an observed difference under random relabeling, or how likely is an event under a transparent random model. Every engine here uses a seeded, fully reproducible pseudorandom generator, never an unseeded source, so results can always be exactly reproduced from the reported seed.
None of these tools are cryptographically secure, and none claim to be; they exist for statistical exploration, teaching, and planning, not for security-sensitive randomness.
Engines in this category
- Bootstrap Calculator
Resample a declared statistic to explore its sampling variability directly.
- Permutation Test Calculator
Test a statistic with an exchangeability-based null, not a distributional assumption.
- Monte Carlo Simulation Calculator
Estimate a probability from a transparent, reproducible random model.
- Random Sampling Calculator
Draw a reproducible random sample of rows, with or without replacement.
- Sampling Distribution Simulator
Show how a sample statistic varies across many repeated samples.