Зміст курсу
Теорія ймовірностей
Теорія ймовірностей
1. Ознайомемося з основними правилами
3. Проводимо захоплюючі експерименти
5. Нормальний розподіл
Виклик
Завдання
Swipe to start coding
Imagine you posted something to your favorite social network and decided to calculate the number of likes and decide to calculate the probability receive 990990
likes. Follow the algorithm:
- Import
poisson
object. - Calculate the probability of receiving exactly
990990
likes with the mean value1000000
.
Look to the graph that corresponds to the distribution:
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 4. Розділ 7
Виклик
Завдання
Swipe to start coding
Imagine you posted something to your favorite social network and decided to calculate the number of likes and decide to calculate the probability receive 990990
likes. Follow the algorithm:
- Import
poisson
object. - Calculate the probability of receiving exactly
990990
likes with the mean value1000000
.
Look to the graph that corresponds to the distribution:
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 4. Розділ 7