cdf
Returns the F(x) = Pr{X <= x} where F represents the cumulative distribution function
Return
a double representing the probability
Parameters
x
a double representing the upper limit
Computes the cumulative probability distribution function for given value of failures
Return
The probability, P{X <=j}
Parameters
j
The value to be evaluated