I have a set of observed data and created an empirical cumulative distribution using Excel. I want to use this CDF to find probabilities like P(x < X)
or P (X1 < x < X2 )
.
The way I created the CDF is to arrange the data in ascending order and then create a column next to it with the probabilities:
I have 4,121 records and the sample here is for four records. Once I have this calculation done, the curve is plotted using xy scatter plot for Data
in the x-axis and Probability
in the y-axis. This is how I created the CDF.
How can I find probability below 2.5, P(x<=2.5)
, or P( 970 < x < 980 )
?
I hope there is an easy way because I will have hundreds of probabilities to find.