Python Specials #5 Binomial Distribution

Опубликовано: 01 Январь 1970
на канале: Coder & Maker
60
4

The binomial distribution models the probability of a sequence of binary outcomes, where there are n independent trials and the probability of success on each trial is p. The distribution is parameterized by two values: n, the number of trials, and p, the probability of success on each trial. The binomial distribution gives the probability of getting exactly k successes in n trials.

In the code example, we create a binom object from the scipy.stats module with the given values of n and p, and then use its pmf method to calculate the probability of getting exactly 3 successes. We also use its rvs method to generate a sample of 10 outcomes from the distribution, and plot the PMF of the distribution using matplotlib.

Thanks for watching. For more videos and to support us, you can subscribe and follow our channel. Good luck...

All Coder & Maker videos :    • ALL VIDEOS  
More Python Special videos:    • Python Specials  
More Python Examples videos:    / playlist  
list=PLN6LC3AB64ggeDF1_fR-77gdlNrtz-8VQ
Python Basics Videos :    • Python Basics  
Python Turtle Graphics Module:    • Python Turtle  Graphics  
Python Matplotlib Module Tutorials:    • Python Matplotlib Module  
Python Numpy Module Tutorials:    • Python Numpy Module  
Python Random Module Tutorials:    • Python Random Module  
Python Thonny Graphics Tutorials:    • Python Turtle Tutorials  


Download Thonny Ide: https://thonny.org


Смотрите видео Python Specials #5 Binomial Distribution онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Coder & Maker 01 Январь 1970, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 60 раз и оно понравилось 4 людям.