Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Біноміальна ймовірність 2/2 | Ознайомемося з основними правилами
Теорія ймовірностей
course content

Зміст курсу

Теорія ймовірностей

Біноміальна ймовірність 2/2

Look at the code example of the binomial probability

Explanation of the code above:

  1. We need to import binom object from scipy.stats.
  2. binom.rvs(p = 0.5, size = 5, n = 3) means that the probability of getting head is 50 %, p = 0.5; the size of sample in experiment is 5, size = 5; the number of trial is 3, n = 3.
  3. In the output we can see an array with five results for each coin with the number of successful trials for each coin.

Завдання

Your task here is almost the same as in the previous chapter, play with one coin!

Imagine that here you have a coin with a general probability of 50%. Follow this algorithm:

  1. Import the binom object from scipy.stats.
  2. Conduct the experiment with binom object using rvs() function:
    • Set p parameter equal to 0.5.
    • Set size parameter equal to 1.
    • Set n parameter equal to 5.

Please note, you can comment on the line where np.random.seed() was defined and "play with the coin" to receive various outputs.

Завдання

Your task here is almost the same as in the previous chapter, play with one coin!

Imagine that here you have a coin with a general probability of 50%. Follow this algorithm:

  1. Import the binom object from scipy.stats.
  2. Conduct the experiment with binom object using rvs() function:
    • Set p parameter equal to 0.5.
    • Set size parameter equal to 1.
    • Set n parameter equal to 5.

Please note, you can comment on the line where np.random.seed() was defined and "play with the coin" to receive various outputs.

Note

Explanation of the output : We were tossing one coin five times, and it only led to success in three cases.

Все було зрозуміло?

Секція 1. Розділ 5
toggle bottom row

Біноміальна ймовірність 2/2

Look at the code example of the binomial probability

Explanation of the code above:

  1. We need to import binom object from scipy.stats.
  2. binom.rvs(p = 0.5, size = 5, n = 3) means that the probability of getting head is 50 %, p = 0.5; the size of sample in experiment is 5, size = 5; the number of trial is 3, n = 3.
  3. In the output we can see an array with five results for each coin with the number of successful trials for each coin.

Завдання

Your task here is almost the same as in the previous chapter, play with one coin!

Imagine that here you have a coin with a general probability of 50%. Follow this algorithm:

  1. Import the binom object from scipy.stats.
  2. Conduct the experiment with binom object using rvs() function:
    • Set p parameter equal to 0.5.
    • Set size parameter equal to 1.
    • Set n parameter equal to 5.

Please note, you can comment on the line where np.random.seed() was defined and "play with the coin" to receive various outputs.

Завдання

Your task here is almost the same as in the previous chapter, play with one coin!

Imagine that here you have a coin with a general probability of 50%. Follow this algorithm:

  1. Import the binom object from scipy.stats.
  2. Conduct the experiment with binom object using rvs() function:
    • Set p parameter equal to 0.5.
    • Set size parameter equal to 1.
    • Set n parameter equal to 5.

Please note, you can comment on the line where np.random.seed() was defined and "play with the coin" to receive various outputs.

Note

Explanation of the output : We were tossing one coin five times, and it only led to success in three cases.

Все було зрозуміло?

Секція 1. Розділ 5
toggle bottom row

Біноміальна ймовірність 2/2

Look at the code example of the binomial probability

Explanation of the code above:

  1. We need to import binom object from scipy.stats.
  2. binom.rvs(p = 0.5, size = 5, n = 3) means that the probability of getting head is 50 %, p = 0.5; the size of sample in experiment is 5, size = 5; the number of trial is 3, n = 3.
  3. In the output we can see an array with five results for each coin with the number of successful trials for each coin.

Завдання

Your task here is almost the same as in the previous chapter, play with one coin!

Imagine that here you have a coin with a general probability of 50%. Follow this algorithm:

  1. Import the binom object from scipy.stats.
  2. Conduct the experiment with binom object using rvs() function:
    • Set p parameter equal to 0.5.
    • Set size parameter equal to 1.
    • Set n parameter equal to 5.

Please note, you can comment on the line where np.random.seed() was defined and "play with the coin" to receive various outputs.

Завдання

Your task here is almost the same as in the previous chapter, play with one coin!

Imagine that here you have a coin with a general probability of 50%. Follow this algorithm:

  1. Import the binom object from scipy.stats.
  2. Conduct the experiment with binom object using rvs() function:
    • Set p parameter equal to 0.5.
    • Set size parameter equal to 1.
    • Set n parameter equal to 5.

Please note, you can comment on the line where np.random.seed() was defined and "play with the coin" to receive various outputs.

Note

Explanation of the output : We were tossing one coin five times, and it only led to success in three cases.

Все було зрозуміло?

Look at the code example of the binomial probability

Explanation of the code above:

  1. We need to import binom object from scipy.stats.
  2. binom.rvs(p = 0.5, size = 5, n = 3) means that the probability of getting head is 50 %, p = 0.5; the size of sample in experiment is 5, size = 5; the number of trial is 3, n = 3.
  3. In the output we can see an array with five results for each coin with the number of successful trials for each coin.

Завдання

Your task here is almost the same as in the previous chapter, play with one coin!

Imagine that here you have a coin with a general probability of 50%. Follow this algorithm:

  1. Import the binom object from scipy.stats.
  2. Conduct the experiment with binom object using rvs() function:
    • Set p parameter equal to 0.5.
    • Set size parameter equal to 1.
    • Set n parameter equal to 5.

Please note, you can comment on the line where np.random.seed() was defined and "play with the coin" to receive various outputs.

Note

Explanation of the output : We were tossing one coin five times, and it only led to success in three cases.

Секція 1. Розділ 5
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt