Difference between revisions of "Magic Intuition:Probability/uk"

From Olekdia Wiki
(Created page with "Ймовірність")
 
(Created page with "'''Ймовірність''' - це кількісна оцінка можливості отримання не менше заданої кількості правильн...")
Line 1: Line 1:
 
<languages/>
 
<languages/>
'''Probability''' is the measure of the likelihood of getting no less than certain amount of right answers out of total number of trials. It is quantified as a number between 0 and 1 (where 0 indicates impossibility and 1 indicates certainty). It is calculated in different ways for different types of games.
+
'''Ймовірність''' - це кількісна оцінка можливості отримання не менше заданої кількості правильних відповідей із загальної кількості спроб. Виражається числом між 0 і 1 (де 0 вказує на неможливість, а 1 - на визначеність). Вона розраховується по-різному для різних видів ігор.
  
 
# For Forex, Dice, Soccer and Space games we use [https://ru.wikipedia.org/wiki/%D0%A4%D0%BE%D1%80%D0%BC%D1%83%D0%BB%D0%B0_%D0%91%D0%B5%D1%80%D0%BD%D1%83%D0%BB%D0%BB%D0%B8 Bernoulli formula], as in each round probability to get the true answer doesn't depend on the previous rounds results:
 
# For Forex, Dice, Soccer and Space games we use [https://ru.wikipedia.org/wiki/%D0%A4%D0%BE%D1%80%D0%BC%D1%83%D0%BB%D0%B0_%D0%91%D0%B5%D1%80%D0%BD%D1%83%D0%BB%D0%BB%D0%B8 Bernoulli formula], as in each round probability to get the true answer doesn't depend on the previous rounds results:

Revision as of 11:00, 23 January 2019

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).