Legacy Documentation

Mathematica CalcCenter 2 (2002)

This is documentation for an obsolete product.
Current products and services

Documentation / CalculationCenter / Functions / Lists & Matrices / Statistics /

CDF

FilledSmallSquare CDF[dist, x] gives the cumulative distribution function at x.

FilledSmallSquare The cumulative distribution function (cdf) at x is given by the integral of the probability density function (pdf) up to x. The pdf can therefore be obtained by differentiating the cdf (perhaps in a generalized sense). The distributions are represented in symbolic form, that is, PDF[dist, x] evaluates the density at x if x is a numerical value, and otherwise leaves the function in symbolic form. Similarly, CDF[dist, x] gives the cumulative distribution.

FilledSmallSquare See also: Arg, Im, Mod, Re.

Examples

Using InstantCalculators

Here is the InstantCalculator for the CDF function. Enter the parameters for your calculation and click Calculate to see the result.

In[1]:=

Out[1]:=

Entering Commands Directly

You can paste a template for this command via the Text Input button on the CDF Function Controller.

In[2]:=

Out[2]:=



ja