Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Solving Task Using Binomial Distribution | Commonly Used Discrete Distributions
Probability Theory Basics

Deslize para mostrar o menu

book
Challenge: Solving Task Using Binomial Distribution

Let's consider a task about shooting at a target.
The probability of hitting the target in a single shot is 0.6. We want to calculate the probability of hitting the target 4 times in 10 shots.

We can't solve this task using the classic definition of probability because elementary events of this stochastic experiment have different probabilities of occurring. In addition, we are conducting not one stochastic experiment but ten, and we need to consider the results of all individual experiments.
This stochastic experiment is a Bernoulli trial: we have only two possible outcomes ( shoot and fail to shoot the target).
Shots are independent, so we have a Bernoulli process and can calculate probability using Binomial distribution.

Tarefa

Swipe to start coding

You have to calculate the probability of hitting the target 4 times in 10 shots.

Use .pmf() method and specify n and p parameters to calculate the corresponding probability.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 2
Sentimos muito que algo saiu errado. O que aconteceu?

Pergunte à IA

expand
ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

book
Challenge: Solving Task Using Binomial Distribution

Let's consider a task about shooting at a target.
The probability of hitting the target in a single shot is 0.6. We want to calculate the probability of hitting the target 4 times in 10 shots.

We can't solve this task using the classic definition of probability because elementary events of this stochastic experiment have different probabilities of occurring. In addition, we are conducting not one stochastic experiment but ten, and we need to consider the results of all individual experiments.
This stochastic experiment is a Bernoulli trial: we have only two possible outcomes ( shoot and fail to shoot the target).
Shots are independent, so we have a Bernoulli process and can calculate probability using Binomial distribution.

Tarefa

Swipe to start coding

You have to calculate the probability of hitting the target 4 times in 10 shots.

Use .pmf() method and specify n and p parameters to calculate the corresponding probability.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 2
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Sentimos muito que algo saiu errado. O que aconteceu?
some-alt