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 Dataplot Pages

Dataplot Vol 1 Vol 2


Dataplot Reference Manual
Volume 1: Commands

Chapter 3: Analysis Commands Introduction

Analysis commands carry out mathematical and statistical analyses such as fitting, transformations, statistical tests, and smoothing. Examples of such commands include FIT, LET, and SMOOTH. The commands in this category are:

Data and Function Transformations

    EXECUTE Execute an external program.
    LET Define variables and parameters, transform data, calculate statistics, roots, derivatives, integrals and more.
    LET FUNCTION Define and operate on functions.
    FUNCTION BLOCK Defines a function via a group of Dataplot commands.
    STATISTIC BLOCK Defines a statistic via a group of Dataplot commands.

Fitting and Smoothing

    BEST CP Perform a best subsets CP analysis.
    BOOTSTRAP FIT Perform a bootstrap linear or multilinear fit.
    CALIBRATION Compute a linear or quadratic calibration using multiple methods.
    EQUAL SLOPES TEST Test two or more linear regression lines to see if they have equal slopes.
    EXACT ... RATIONAL FIT Perform an exact rational function fit.
    FIT
    NON-LINEAR FIT
    LINEAR FIT
    REGRESSION DIAGNOSTICS
    Perform linear and non-linear least squares fits.
    LOWESS SMOOTH Performs locally-weighted least squares time series and scatter plot smoothing for both equispaced and non-equispaced data.
    ... PRE-FIT Perform a pre-fit analysis for starting values.
    ... SMOOTH Perform a least squares, moving average or robust (based on moving medians) smooth of equi-spaced data.
    ... SPLINE FIT Perform a spline fit.
    DEX PHD Compute the principle Hessian directions for a Yates analysis.
    MEDIAN POLISH Perform a robust analysis of variance.
    ORTHOGONAL DISTANCE FIT Estimate the parameters for an orthognal distance fit (also known as errors in variables fitting).
    RECIPE Compute REgression Confidence Intervals on PErcentiles (RECIPE).
    YATES ANALYSIS Perform a Yates analysis of 2-level factorial designs.

Experiment Design and Analysis of Variance

    ANOVA Perform a fixed effects analysis of variance (ANOVA) for balanced data.
    COCHRAN TEST Perform a Cochran test that c treatments have identical effects for a binary response.
    DURBIN TEST Perform a Durbin test that k treatments in a two-way balanced incomplete block design have identical effects.
    F LOCATION TEST Perform a 1-factor F location test for the homogeneity of locations across samples.
    FRIEDMAN TEST Perform a Friedman test that k treatments are identical in a randomized complete block design.
    KRUSKAL WALLIS TEST Perform a Kruskal Wallis test that k samples come from identifical populations.
    K SAMPLE PERMUTATION TEST Perform a k sample permutation test for a given statistic.
    K SAMPLE PERMUTATION TEST Perform a k sample permutation test for a given statistic.
    MEDIAN TEST Perform the k-sample test for equal medians.
    PAGE TEST Perform a Page test that k treatments have identical effects against the alternative of ordered treatment effects.
    QUADE TEST Perform a Quade test that k treatments are identical in a randomized complete block design.
    VAN DER WAERDEN Perform a Van Der Waerden (normal scores) test that k population distribution functions are equal.

Statistical Intervals, Tests and Summaries

Quality Control

Multivariate

    CLUSTER Perform a cluster analysis.

Time Series Analysis

    ARMA Fit an autoregressive/moving average (ARMA) model (Box_Jenkins models).
    SEASONAL LOWESS Decompose a time series into trend, seasonal and residual components using techniques based on locally weighted least squares.

Distributional Analysis

Reliability/Extreme Value Analysis

    CME Estimate the parameters of a generalized Pareto distribution using the conditional mean exceedance (CME) method.
    DEHAAN Estimate the parameters of a generalized Pareto distribution using the de Haan method.
    RELIABILITY TREND TEST Compute tests to determine whether or not the repair times of a system show significant trend (either improvement or degradation). Specifically, it computes the reverse arrangement test, the military handbook test and the Laplace test.

Randomness

Outliers

    DAVID TEST Perform the David, Hartley and Pearson test for univariate outliers from a normal distribution.
    DIXON TEST Perform the Dixon test for univariate outliers from a normal distribution.
    EXTREME STUDENTIZED DEVIATE TEST Perform a generalized extreme studentized deviate (ESD) test for outliers in a normal distribution.
    GRUBBS TEST Perform the Grubbs test for a univariate outlier from a normal distribution.
    KURTOSIS OUTLIER TEST Perform the kurtosis test for a univariate outlier from a normal distribution.
    SKEWNESS OUTLIER TEST Perform the skewness test for a univariate outlier from a normal distribution.
    TIETJEN MOORE TEST Perform a Tietjen-Moore test for outliers.

Interlaboratory Analysis

    COCHRAN VARIANCE OUTLIER TEST Perform Cochran's variance outlier test to assess the homogeneity of variances in the one-factor case.
    CONSENSUS MEANS Generate the tables for either a one-sample or a two-sample proficiency test as defined by the ASTM E 2489 - 06 standard.
    E691 INTERLAB Generate the tables for an interlab analysis as described by the ASTM E 691 - 99 standard.
    PROFICIENCY TEST Generate the tables for either a one-sample or a two-sample proficiency test as defined by the ASTM E 2489 - 06 standard.

Classification/Categorical Analysis

The ... in some of the commands indicates user-defined options for the command, as in:

    LINEAR SPLINE FIT, CUBIC SPLINE FIT, etc.
    LINEAR SMOOTH, CUBIC SMOOTH, ROBUST SMOOTH, etc.
    EXACT 1/1 RATIONAL FIT, EXACT 2/3 RATIONAL FIT, etc.
Many mathematical, statistical, and matrix capabilities are available as subcommands under the LET command. The individual subcommands available under LET are documented in Volume II of the DATAPLOT Reference Manual.
Date created: 12/08/2023
Last updated: 12/08/2023

Please email comments on this WWW page to alan.heckert@nist.gov.