Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Application of the CLT to Solving Real Problem | The Limit Theorems of Probability Theory
Advanced Probability Theory
course content

Kursinnhold

Advanced Probability Theory

Advanced Probability Theory

1. Additional Statements From The Probability Theory
2. The Limit Theorems of Probability Theory
3. Estimation of Population Parameters
4. Testing of Statistical Hypotheses

book
Challenge: Application of the CLT to Solving Real Problem

Let's imagine that we need to solve the following problem:

  1. Suppose that we come to the shooting range and start shooting, the probability of hitting the target is 0.4, respectively the probability of missing is 0.6;
  2. We shot 100 times and needed to calculate the probability that the hits would be between 50 and 70.

We have a standard Bernoulli scheme with two possible outcomes.
We can see that solving this problem using the standard Bernoulli scheme will be very problematic since we will have to go through all the possible probabilities in turn, the probability that we hit 50, times hit 51 times, and so on up to 70. That is why we will use the CLT to solve this task.

Oppgave

Swipe to start coding

In the image above, we showed that the value of interest to us can be approximated using a Gaussian distribution with a mean equal to 40 and a variance equal to 24.

Your task is to calculate the required probability: in the first section, we considered that you can use CDF for this. Your task is:

  1. Import norm class from scipy.stats module.
  2. Use .cdf() method of norm class to calculate probability.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 2. Kapittel 5
toggle bottom row

book
Challenge: Application of the CLT to Solving Real Problem

Let's imagine that we need to solve the following problem:

  1. Suppose that we come to the shooting range and start shooting, the probability of hitting the target is 0.4, respectively the probability of missing is 0.6;
  2. We shot 100 times and needed to calculate the probability that the hits would be between 50 and 70.

We have a standard Bernoulli scheme with two possible outcomes.
We can see that solving this problem using the standard Bernoulli scheme will be very problematic since we will have to go through all the possible probabilities in turn, the probability that we hit 50, times hit 51 times, and so on up to 70. That is why we will use the CLT to solve this task.

Oppgave

Swipe to start coding

In the image above, we showed that the value of interest to us can be approximated using a Gaussian distribution with a mean equal to 40 and a variance equal to 24.

Your task is to calculate the required probability: in the first section, we considered that you can use CDF for this. Your task is:

  1. Import norm class from scipy.stats module.
  2. Use .cdf() method of norm class to calculate probability.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 2. Kapittel 5
Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Vi beklager at noe gikk galt. Hva skjedde?
some-alt