-
Is the following function P a valid probability function? If you answer
"no", explain why not.
P(day == Monday) = 0.4
P(day == Tuesday) = 0.4
P(day == Wednesday) = 0.2
- Is the following function P a valid probability
function? If you answer "no", explain why not.
P(day == Monday) = 0.4
P(day == Tuesday) = 0.4
P(day == Wednesday) = 0.2
P(day == Thursday) = 0.1
- Is the following function P a valid probability density
function? If you answer "no", explain why not.
P(x) = 0.1, if 10 <= x <= 20.
P(x) = 0 otherwise.
- Is the following function P a valid probability density
function? If you answer "no", explain why not.
P(x) = 0.01, if 10 <= x <= 20.
P(x) = 0 otherwise.