SED navigation bar go to SED home page go to Dataplot home page go to NIST home page SED Home Page SED Staff SED Projects SED Products and Publications Search SED Pages
Dataplot Vol 2 Vol 1

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:

  1. LET A = <stat>
  2. <stat> STATISTIC PLOT
  3. <stat> CUMULATIVE STATISTIC PLOT
  4. <stat> MOVING STATISTIC PLOT
  5. <stat> WINDOW STATISTIC PLOT
  6. CROSS TABULATE <stat> STATISTIC PLOT
  7. FLUCTUATION PLOT <stat>
  8. TABULATION PLOT <stat>
  9. <stat> BLOCK PLOT
  10. BOOTSTRAP <stat> PLOT
  11. JACKNIFE <stat> PLOT
  12. DEX <stat> PLOT
  13. DEX <stat> EFFECTS PLOT
  14. DEX <stat> ABSOLUTE EFFECTS PLOT
  15. DEX <stat> PARETO PLOT
  16. DEX <stat> PARETO EFFECTS PLOT
  17. DEX <stat> PARETO ABSOLUTE EFFECTS PLOT
  18. DEX <stat> YOUDEN PLOT
  19. CLASSIFICATION <stat> PLOT
  20. <stat> INFLUENCE CURVE
  21. CROSS TABULATE <stat>
  22. POSITIONAL TABULATE <stat>
  23. TWO SAMPLE <stat> PERMUTATION TEST
  24. LET V = MATRIX COLUMN <stat>
  25. LET V = MATRIX ROW <stat>
  26. LET A = MATRIX GRAND <stat>
  27. LET M = MATRIX PARTITION <stat>
  28. LET M = GENERATE MATRIX <stat>
  29. LET V = CROSS TABULATE <stat>
  30. LET V = CROSS TABULATE CUMULATIVE <stat>
  31. LET V = SORT BY <stat>
  32. LET V = MOVING <stat>
  33. LET V = CUMULATIVE <stat>
  34. 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.