Course Content
Probability Theory Basics
Probability Theory Basics
5. Covariance and Correlation
Challenge: Solving Task Using Poisson Distribution
Task
Swipe to show code editor
In a city, car accidents occur on average 12
times from 8 am
to 8 pm
daily. What is the probability of observing exactly 4
car accidents from 8 am
to 12 pm
on a randomly chosen day?
You have to:
- Calculate
desired_mu
, which will represent the average number of accidents during the desired period of time. - Calculate the corresponding probability using the Poisson distribution.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 6
Challenge: Solving Task Using Poisson Distribution
Task
Swipe to show code editor
In a city, car accidents occur on average 12
times from 8 am
to 8 pm
daily. What is the probability of observing exactly 4
car accidents from 8 am
to 12 pm
on a randomly chosen day?
You have to:
- Calculate
desired_mu
, which will represent the average number of accidents during the desired period of time. - Calculate the corresponding probability using the Poisson distribution.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 6
Switch to desktop for real-world practiceContinue from where you are using one of the options below