SUPPORTED STATISTICS
This section provides a list of the statistics that are currently
available in Dataplot.
The calculation of individual statistics is done via subcommands under
the LET command, as in
LET A = MEAN X
LET B = STANDARD DEVIATION Y
LET C = CORRELATION X Y
Statistics are computed on either one, two, or threee response variables
(never parameters or functions) and the computed statistic is always stored
in a parameter (never a variable or function). The 2011/6 version added
support for matrix arguments on the right hand side of the equal sign.
The usefulness of these built-in statistics is increased by the fact
that these statistics can be used in the following commands:
- LET A = <stat>
- <stat> STATISTIC
PLOT
- <stat> CUMULATIVE
STATISTIC PLOT
- <stat> MOVING
STATISTIC PLOT
- <stat> WINDOW
STATISTIC PLOT
- CROSS TABULATE
<stat> STATISTIC PLOT
- FLUCTUATION PLOT
<stat>
- TABULATION PLOT
<stat>
- <stat> BLOCK PLOT
- BOOTSTRAP <stat>
PLOT
- JACKNIFE <stat>
PLOT
- DEX <stat>
PLOT
- DEX <stat>
EFFECTS PLOT
- DEX <stat>
ABSOLUTE EFFECTS PLOT
- DEX <stat>
PARETO PLOT
- DEX <stat>
PARETO EFFECTS PLOT
- DEX <stat>
PARETO ABSOLUTE EFFECTS PLOT
- DEX <stat>
YOUDEN PLOT
- CLASSIFICATION
<stat> PLOT
- <stat> INFLUENCE
CURVE
- CROSS TABULATE
<stat>
- POSITIONAL TABULATE
<stat>
- TWO SAMPLE
<stat> PERMUTATION TEST
- LET V = MATRIX
COLUMN <stat>
- LET V = MATRIX
ROW <stat>
- LET A = MATRIX
GRAND <stat>
- LET M =
MATRIX PARTITION <stat>
- LET M =
GENERATE MATRIX <stat>
- LET V =
CROSS TABULATE <stat>
- LET V =
CROSS TABULATE CUMULATIVE <stat>
- LET V = SORT BY
<stat>
- LET V = MOVING
<stat>
- LET V = CUMULATIVE
<stat>
- LET V = WINDOW
<stat>
When new statistics are added to Dataplot, they will be listed here
rather than in the separate documentation for each of the above commands.
Some of the above commands only support the case where the
statistic is computed from a single response variable.
The available statistical subcommands are (for the specifics of a
given statistic, enter HELP <stat> where <stat> denotes
one of the statistics given here)--
Case 1: One Response Variable
Location Statistics:
Scale Statistics:
Higher Moments:
Percentile Statistics:
Time Series Statistics:
Quality Control Statistics:
Statistical Tests:
Spatial Data:
Distribution:
Miscellaneous:
Case 2: Two Response Variables
Group Statistics:
Weighted Statistics:
Co-Relation:
Regression/Fitting:
Categorical Data:
Difference of Location:
Difference of Scale:
Ratios:
Statistical Tests:
Distribution:
Consensus Means:
Miscellaneous:
Case 3: Three Response Variables
Fit/Correlation:
Consensus Means:
Statistical Tests:
Date created: 04/27/2009
Last updated: 07/31/2023
Please email comments on this WWW page to
alan.heckert@nist.gov.
|