Also, renames the project Reviewed-on: #1 Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl> Co-committed-by: Felipe Contreras Salinas <felipe@bstr.cl>
13 lines
1.1 KiB
Text
13 lines
1.1 KiB
Text
not-found = We couldn't find that page.
|
|
title-home = Calculators
|
|
title-binom = Binomial Distribution Calculator
|
|
title-hyper = Hypergeometric Distribution Calculator
|
|
population = Population Size
|
|
successes = Successes in Population
|
|
sample = Sample Size
|
|
sample-successes = Successes in Sample
|
|
hyper-description = Hypergeometric distribution measures the probability of getting a given amount of a certain type of elements from a sample on a population. Think on drawing a hand of 7 cards (sample size = 7) from a 52 cards deck (population size = 52) and wanting to know the probability of getting a given number of aces (successes in sample = X, successes in population = 4).
|
|
success-probability = Success probability
|
|
trials-number = Number of trials
|
|
successes-number = Number of successes
|
|
binom-description = Binomial distribution measures the probability of getting a given amount of successes in a sequence of experiments. For example, if you flip 5 (number of trials = 5) balanced coins (success probability = 0.5), the distribution describes the probability of having a given number of heads (successes number = X).
|