Kursinhalt
Probability Theory
Probability Theory
3. Conducting Fascinating Experiments
5. Normal Distribution
Challenge
Aufgabe
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:
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 4. Kapitel 7
Challenge
Aufgabe
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:
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 4. Kapitel 7