distribution-calc/locales/en/main.ftl

14 lines
809 B
Text
Raw Normal View History

2025-03-14 17:48:32 -03:00
not-found = We couldn't find that page.
title-home = Calculators
title-binom = Binomial Distribution Calculator
title-hyper = Hypergeometric Distribution Calculator
2025-03-14 22:46:50 -03:00
population = Population Size
successes = Successes in Population
sample = Sample Size
2025-03-15 21:44:33 -03:00
sample-successes = Successes in Sample
2025-12-08 00:31:40 -03:00
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).
2025-08-05 18:38:16 -04:00
success-probability = Success probability
trials-number = Number of trials
successes-number = Number of successes
binom-description = .