SED navigation bar go to SED home page go to Dataplot home page go to NIST home page SED Home Page SED Contacts SED Projects SED Products and Publications Search SED Pages
Dataplot Vol 1 Auxiliary Chapter

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:
    CORRELATION PLOT = Generate an autocorrelation, partial autocorrelation, or cross correlation plot.
    AUTOCORRELATION BAND = Set type of confidence bounds for autocorrelation plot.
    SPECTRAL PLOT = Generate a spectral plot.
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

Date created: 3/7/2003
Last updated: 4/4/2003
Please email comments on this WWW page to alan.heckert@nist.gov.