Chapter 4 Cdf Flashcards
1
Q
What is are two downside to Pmfs?
A
As the number of value increase, the probability associated with each value gets smaller and the effect of random noise increases.
2
Q
What is a cumulative distribution function (CDF)?
A
Is a function that maps from a value to its percentile rank.
3
Q
Given list [1, 2, 2, 3, 5], what is the CDF (1), CDF (2), CDF (3) and CDF(5)?
A
CDF (1) = 0.2
CDF (2) = 0.6
CDF (3) = 0.8
CDF (5) = 1
4
Q
What is the definition of interquartile range (IQR)?
A
Is the difference between the 75th and 25th percentiles.
5
Q
True or False. Regardless of the shape of a CDF, the distribution of percentile ranks are uniform?
A
True