Plotpct: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
imported>Jeremy
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
===Purpose===
===Purpose===
Percentile plot.
Percentile plot.
===Synopsis===
===Synopsis===
:plotpct(x)
:plotpct(x)
===Description===
===Description===
Creates a percentile plot of the input (x). Plotted percentiles of centered and scaled x(i) versus i/(N+1).
Creates a percentile plot of the input (x). Plotted percentiles of centered and scaled x(i) versus i/(N+1).
====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===
plotpct(x)
 
plotpct(x)
 
===See Also===
===See Also===
[[plotcqq]], [[plotedf]], [[plotqq]], [[plotkd]]
[[plotcqq]], [[plotedf]], [[plotqq]], [[plotkd]]

Latest revision as of 11:31, 9 October 2008

Purpose

Percentile plot.

Synopsis

plotpct(x)

Description

Creates a percentile plot of the input (x). Plotted percentiles of centered and scaled x(i) versus i/(N+1).

Inputs

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

Examples

plotpct(x)

See Also

plotcqq, plotedf, plotqq, plotkd