Contenu du cours
Probability Theory
Probability Theory
Сhallenge 2
Here we are going to work with the distribution from the previous chapter!
Swipe to start coding
Please calculate the probability that your cat's weight will be unusual!
-
Import
norm
object. -
Calculate the first one
prob_1
that your cat's weight will be less than2
kg with such parameters:- Mean equals
4.2
- Standard deviation equals
1
.
- Mean equals
-
Calculate the second one
prob_2
that the weight of your cat will be more than11
kg with the parameters:- Mean equals
4.2
- Standard deviation equals
1
.
- Mean equals
-
Calculate the probability that the weight of your cat will be more than 11 or less than
2
kg.
Compare it to the graph and the values of confidence intervals.
Solution
Merci pour vos commentaires !
Сhallenge 2
Here we are going to work with the distribution from the previous chapter!
Swipe to start coding
Please calculate the probability that your cat's weight will be unusual!
-
Import
norm
object. -
Calculate the first one
prob_1
that your cat's weight will be less than2
kg with such parameters:- Mean equals
4.2
- Standard deviation equals
1
.
- Mean equals
-
Calculate the second one
prob_2
that the weight of your cat will be more than11
kg with the parameters:- Mean equals
4.2
- Standard deviation equals
1
.
- Mean equals
-
Calculate the probability that the weight of your cat will be more than 11 or less than
2
kg.
Compare it to the graph and the values of confidence intervals.
Solution
Merci pour vos commentaires !