Вероятность

From Olekdia Wiki
Revision as of 10:53, 23 January 2019 by Oleksandr (talk | contribs) (Created page with "'''Вероятность''' - это количественная оценка возможности получения не меньше заданного количест...")
Other languages:
English • ‎русский • ‎українська

Вероятность - это количественная оценка возможности получения не меньше заданного количества правильных ответов из общего количества попыток. Выражается числом между 0 и 1 (где 0 указывает на невозможность, а 1 - на определенность). Она рассчитывается по-разному для разных видов игр.

  1. For Forex, Dice, Soccer and Space games we use Bernoulli formula, as in each round probability to get the true answer doesn't depend on the previous rounds results:
    Pn(k) = Cnk * pk * qn-k;
    where p - probability to guess right in every single round.
    For example, for Forex it is 1/2, for Dice - 1/6, and Space - 1/2 (easy), 2/5 (medium), 1/3 (hard)
    q = 1 - p
    Probability to guess no less than k times in n rounds:
    Probability = Pn(n) + Pn(n-1) + … + Pn(k);
  2. For Sector game conditional probability rule is used. Here probability describes how likely is to reach the round k with t attempts for each round:
    Probability = t/ν1 * t/ν2 * … * t/νk;
    where νk - number of sectors in round k.
  3. For Color and Suit games we apply conditional probability rule together with the rule of the sum of probabilities. We assume that player chooses the most probable variant every round. Here probability shows how likely it is to guess correct no less than k times with n cards in the shuffled deck, using such strategy.
    Probability = p1n + … + ptn;
    where pt - probability to win within the certain order of cards (t) in the deck
    ζn = n! / ((n / 2)! * (n / 2)!) - all possible card orders of this deck (permutations of n cards with repetitions).