standarddeviationcalculator.net

Updated

Basic probability calculators

The calculators here handle probabilities of single and combined events, counting the ways something can happen, converting probability to odds, and finding the expected value of a bet or game. They suit students working through a probability unit and anyone who needs a quick, checked answer.

Which calculator do I need?

You have or wantUse
P(A), P(B) and want the union, intersection or complementProbability calculator
P(A and B) for dependent or independent events, or from a table of countsJoint probability calculator
Three independent events: at least one, exactly two, noneProbability of 3 events calculator
A base rate and a test’s hit and false-alarm rates, and want P(cause | evidence)Bayes' theorem calculator
How many groups of r can be chosen from n, order not matteringCombination calculator
How many ordered arrangements, or rearrangements of the letters in a wordPermutation calculator
Bookmaker odds, and want the probability they imply and the marginImplied probability calculator
Only a mean and SD, and want a guaranteed minimum share within k SDsChebyshev's theorem calculator

Events and conditional probability

Combine events with and, or and not, condition on what you already know, and update beliefs with Bayes’ theorem.

Counting: combinations and permutations

Count the outcomes that make up a probability, from simple selections to passwords and lottery tickets.

Odds and betting

Move between probabilities and the odds formats used by bookmakers.

Expected value, proportions and bounds

Summarise a random outcome by its average, estimate a proportion from a sample, and bound the tails of any distribution.

From events to counts to expected values

Basic probability starts with events. The probability calculator combines two events with the addition rule, P(A or B) = P(A) + P(B) − P(A and B). The joint probability calculator handles the “and” part, which is P(A) × P(B) only when the events are independent. Conditional probability and Bayes’ theorem answer “given that” questions: Bayes reverses the condition, turning P(evidence | cause) into P(cause | evidence).

When every outcome is equally likely, a probability is a count of favourable outcomes over a count of all outcomes, and the counting calculators supply both. Once outcomes carry payoffs, the expected value calculator weights each payoff by its probability.

Worked comparison: order matters or not

QuestionRuleCount
Choose a committee of 3 from 10 peoplenCr = 10! / (3! 7!)120
Choose a chair, secretary and treasurer from 10nPr = 10! / 7!720
A 3-digit code from 10 digits, repeats allowednʳ = 10³1,000
Pick 6 numbers from 49 (lotto)C(49, 6)13,983,816

The permutation count is the combination count times 3! = 6, because each committee can be ordered six ways. The lottery calculator uses the same combination rule, so one 6-from-49 ticket has a 1 in 13,983,816 chance of the jackpot.

Common mix-ups

  • Odds against vs probability. A probability of 0.2 is odds of 4 to 1 against, decimal odds of 5.00 and American odds of +400. The odds calculator shows all four.
  • Chebyshev vs the empirical rule. Chebyshev’s theorem guarantees at least 75% of any data within 2 SDs; the normal distribution puts 95.45% there. Use Chebyshev when you cannot assume a bell shape.
  • Sample proportion vs probability. p̂ from the p-hat calculator is an estimate with a standard error, not the true probability.

Guides to read alongside

Common questions

How do I know whether two events are independent?
Events are independent when P(A and B) = P(A) × P(B), or equivalently P(A | B) = P(A). If knowing B happened changes the chance of A, as with drawing cards without replacement, they are dependent and you need the conditional probability.
What is the difference between the combination and permutation calculators?
The combination calculator counts selections where order does not matter, such as lottery numbers or a committee. The permutation calculator counts arrangements where order matters, such as race finishing positions or the letters of a word. The permutation and combination calculator shows both side by side.
What does a negative expected value mean?
It means that over many repetitions you lose that amount per play on average. Lottery tickets and casino bets have negative expected values because the payouts are set below the true odds.