Loading…

Simulation Based Probability Solver

Math Probability • Non Parametric and Computational Probability

View all topics

Estimate hard probabilities using custom Monte Carlo simulation. Write a small scenario script, run \(n\) trials, and get an estimated probability with Wilson confidence bounds. Includes a coordinate graph with a slower “Play” animation.

Script rules: one statement per line. Use assignments (x = ...) and finish with event = ( ... ) returning true/false. Built-ins: dice(sides[,count]), randint(a,b), uniform(a,b), bernoulli(p), normal(mu,sigma). Operators: + - * / ^, comparisons, and and/or/not (also && || !).
Tip: If you want strict sum > 7, change >= 7 to > 7.
Typical: 5,000–50,000. Limit: 500,000.
Uses Wilson score bounds for a proportion.
Use deterministic seed
Show trial outcome cloud
Show running Wilson bounds
Ready

Running estimate graph (animated)

Progress 0%

“Run simulation” computes results quickly. “Play” animates the build (slower by default).

Click “Run simulation” to estimate a probability and show step-by-step math/work.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.