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

CDF

CDF[dist, x]
gives the cumulative distribution function for the symbolic distribution dist evaluated at x.
CDF[dist]
gives the CDF as a pure function.
  • CDF[dist, x] gives the probability that an observed value will be less than or equal to x.
  • For continuous distributions, CDF[dist, x] is the integral of the probability density function from the lowest value in the domain to x.
  • For discrete distributions, CDF[dist, x] is the sum of the probability density function from the lowest value in the domain to x.
The CDF of a continuous distribution:
In[1]:=
Click for copyable input
Out[1]=
 
The CDF of a discrete distribution:
In[1]:=
Click for copyable input
Out[1]=
 
The CDF of a normal 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