| New in Wolfram Mathematica 6: Symbolic Statistical Computing | ◄ previous | next ► | 
Built-in Statistical Distributions
Mathematica 6 has built-in support for 36 continuous and discrete statistical distributions. This plots the Weibull distribution for several parameter values.
| In[1]:=  | Plot[Evaluate[
  Table[PDF[WeibullDistribution[\[Alpha], 1]][x], {\[Alpha], 5}]], {x,
   0, 2}, Filling -> Axis, Frame -> True] | 
| Out[1]=  |  | 
