cdf()
Returns the cumulative distribution function (CDF)
Syntax
y = cdf(data, numBins, minBin, maxBin)
Arguments
| Name | Description | Range | Type | Default | Required |
|---|---|---|---|---|---|
| data | the signal | (-∞, ∞) | real | yes | |
| numBins | number of subintervals or bins used to measure CDF | [1, ∞) | real | log(numOfPts)/log(2.0) | no |
| minBin | beginning of the evaluation of the CDF | (-∞, ∞) | real | minimum value of the data | no |
| maxBin | end of the evaluation of the CDF | (-∞, ∞) | real | maximum value of the data | no |
Examples
y = cdf(data)
y = cdf(data, 20)
Defined in
$HPEESOF_DIR/expressions/ael/statistical_fun.ael
See Also
histogram(), pdf(), yield_sens()
Notes/Equations
This function measures the cumulative distribution function of a signal. This function can only be used by entering an equation (Eqn) in the Data Display window.
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()