Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Descriptive Statistics >

PDF

PDF[dist, x]
gives the probability density function for the symbolic distribution dist evaluated at x.
PDF[dist]
gives the PDF as a pure function.
  • For continuous distributions, PDF[dist, x]dx gives the probability that an observed value will lie between x and x+dx for infinitesimal dx.
  • For discrete distributions, PDF[dist, x] gives the probability that an observed value will be x.
The PDF of a normal distribution with zero mean and unit standard deviation:
In[1]:=
Click for copyable input
Out[1]=
 
The PDF of a hypergeometric distribution:
In[1]:=
Click for copyable input
Out[1]=
 
The PDF of a Poisson distribution as a pure function:
In[1]:=
Click for copyable input
Out[1]=
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team