Plotedf: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Empirical distribution fuction plot. | Empirical distribution fuction plot. | ||
===Synopsis=== | ===Synopsis=== | ||
:plotedf(x) | :plotedf(x) | ||
===Description=== | ===Description=== | ||
Displays a plot of the estimated cumulative distribution.. | Displays a plot of the estimated cumulative distribution.. | ||
====INPUTS==== | ====INPUTS==== | ||
* '''x''' = matrix (column vector) in which the sample data is stored. | * '''x''' = matrix (column vector) in which the sample data is stored. | ||
===Examples=== | ===Examples=== | ||
plotedf(x) | plotedf(x) | ||
===See Also=== | ===See Also=== | ||
[[plotcqq]], [[plotpct]], [[plotqq]], [[plotkd]] | [[plotcqq]], [[plotpct]], [[plotqq]], [[plotkd]] |