Plotedf: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
imported>Jeremy
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===Purpose===
===Purpose===


Line 12: Line 11:
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.
Line 18: Line 17:
===Examples===
===Examples===


plotedf(x)
plotedf(x)


===See Also===
===See Also===


[[plotcqq]], [[plotpct]], [[plotqq]], [[plotkd]]
[[plotcqq]], [[plotpct]], [[plotqq]], [[plotkd]]

Latest revision as of 12:30, 9 October 2008

Purpose

Empirical distribution fuction plot.

Synopsis

plotedf(x)

Description

Displays a plot of the estimated cumulative distribution..

Inputs

  • x = matrix (column vector) in which the sample data is stored.

Examples

plotedf(x)

See Also

plotcqq, plotpct, plotqq, plotkd