Cqtool: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
 
imported>Jeremy
(Importing text file)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
===Purpose===
===Purpose===
Interactive conditional quantile-quantile plot gui.
Interactive conditional quantile-quantile plot gui.
===Synopsis===
===Synopsis===
:cqtool(x)
:cqtool(x)
===Description===
===Description===
Assesses how well a particular distribution fits the data (x). Conditional quantile plots as described in the 1986 Kafadar and Spiegelman article "An alternative to ordinary q-q plots" in Computational Statistics & Data Analysis are also available in this toolbox
Assesses how well a particular distribution fits the data (x). Conditional quantile plots as described in the 1986 Kafadar and Spiegelman article "An alternative to ordinary q-q plots" in Computational Statistics & Data Analysis are also available in this toolbox
INPUTS:
 
* x = The name of a matrix (column vector) in which the sample data is stored.
====Inputs====
 
* '''x''' = The name of a matrix (column vector) in which the sample data is stored.
 
===Examples===
===Examples===
cqtool(x)
cqtool(x)
   
   
'''Note:''' If a sample contains all negative values, then some of the overlay distributions will not be drawn as they are not applicable. If only some of the sample is made up of negative values, these values are ignored in obtaining the maximum likelihood estimates and subsequent results.
'''Note:''' If a sample contains all negative values, then some of the overlay distributions will not be drawn as they are not applicable. If only some of the sample is made up of negative values, these values are ignored in obtaining the maximum likelihood estimates and subsequent results.
===See Also===
===See Also===
[[plotedf]], [[plotkd]], [[plotcq]], [[plotqq]], [[plotsym]]
[[plotedf]], [[plotkd]], [[plotcq]], [[plotqq]], [[plotsym]]

Latest revision as of 17:33, 3 September 2008

Purpose

Interactive conditional quantile-quantile plot gui.

Synopsis

cqtool(x)

Description

Assesses how well a particular distribution fits the data (x). Conditional quantile plots as described in the 1986 Kafadar and Spiegelman article "An alternative to ordinary q-q plots" in Computational Statistics & Data Analysis are also available in this toolbox

Inputs

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

Examples

cqtool(x)


Note: If a sample contains all negative values, then some of the overlay distributions will not be drawn as they are not applicable. If only some of the sample is made up of negative values, these values are ignored in obtaining the maximum likelihood estimates and subsequent results.

See Also

plotedf, plotkd, plotcq, plotqq, plotsym