Qtool: 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=== | ||
Interactive quantile-quantile plot gui. | Interactive quantile-quantile plot gui. | ||
===Synopsis=== | ===Synopsis=== | ||
:qtool(x) | :qtool(x) | ||
===Description=== | ===Description=== | ||
Assesses how well a particular distribution fits the data (x). | Assesses how well a particular distribution fits the data (x). | ||
====INPUTS==== | ====INPUTS==== | ||
* '''x''' = The name of a matrix (column vector) in which the sample data is stored. | * '''x''' = The name of a matrix (column vector) in which the sample data is stored. | ||
===Examples=== | ===Examples=== | ||
qtool(x) | qtool(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]], [[plotqq]], [[plotsym]] | [[plotedf]], [[plotkd]], [[plotqq]], [[plotsym]] |
Revision as of 15:26, 3 September 2008
Purpose
Interactive quantile-quantile plot gui.
Synopsis
- qtool(x)
Description
Assesses how well a particular distribution fits the data (x).
INPUTS
- x = The name of a matrix (column vector) in which the sample data is stored.
Examples
qtool(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.