Probability Computations

Use the PDF to compute probability, where a and b are the lower and upper bounds of the interval of interest.

In[54]:=

a = 10 ;

b = 14 ;

PDFProb = Underoverscript[∑, i = a, arg3] pmf[i, n, p] ;

Print["P(", a, " ≤ X ≤ ", b, ") = ", N[PDFProb]]

P(10 ≤ X ≤ 14) = 0.0834433


Created by Mathematica  (July 20, 2006) Valid XHTML 1.1!