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 1 Vol 2

AUTOCORRELATION LAG ZERO

Name:
    AUTOCORRELATION LAG ZERO (SET)
Type:
    Set Subcommand
Purpose:
    Specify whether the lag zero correlation is plotted for autocorrelation and partial autocorrelation plots.
Description:
    For autocorrelation and partial autocorrelation plots, the lag zero correlation is always equal to 1. By default, Dataplot will plot this lag zero value. However, some users prefer to omit the lag zero value. The SET AUTOCORRELATION LAG ZERO command allows you to specify which option you prefer.
Syntax:
    SET AUTOCORRELATION LAG ZERO <ON/OFF>
    where <ON> specifies that the lag zero value is plotted while <OFF> specifies that the lag zero value is not plotted.
Examples:
    SET AUTOCORRELATION LAG ZERO OFF
    SET AUTOCORRELATION LAG ZERO ON
Default:
    The default is ON (lag zero is plotted)
Synonyms:
    None
Related Commands: Applications:
    Time Series Analysis
Implementation Date:
    2003/2
Program:
     
    SKIP 25
    READ LEW.DAT Y
    SET AUTOCORRELATION LAG ZERO OFF
    LINE BLANK
    SPIKE ON
    Y1LABEL AUTOCORRELATION
    X1LABEL LAG
    AUTOCORRELATION PLOT Y
        

    plot generated by sample program

Privacy Policy/Security Notice
Disclaimer | FOIA

NIST is an agency of the U.S. Commerce Department.

Date created: 03/07/2003
Last updated: 12/15/2013

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