Plotsym: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
imported>Jeremy
No edit summary
 
Line 5: Line 5:
===Synopsis===
===Synopsis===


:vals = plotsym(x)
:plotsym(x)


===Description===
===Description===


Plotted are the distances above the median versus the distances below the median. In other words . If the distribution is symmetric, then all points should lie on a diagonal line.
Plotted are the distances above the median versus the distances below the median. In other words, if the distribution is symmetric, then all points should lie on a diagonal line.


====Inputs====
====Inputs====

Latest revision as of 15:42, 22 February 2013

Purpose

Symmetry plot.

Synopsis

plotsym(x)

Description

Plotted are the distances above the median versus the distances below the median. In other words, if the distribution is symmetric, then all points should lie on a diagonal line.

Inputs

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

Examples

plotsym(x)

See Also

plotedf, plotkd, plotcqq, plotqq