plotxx(3f) - [M_datapac:LINE_PLOT] generate a line printer lag plot
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE PLOTXX(X,N)
plotxx(3f) yields a one-page printer plot of x(i) versus x(i-1).this type of plot (which is called an autocorrelation plot or a lag 1 plot) is useful in examining for autocorrelation in a sequence of observations.
uncorrelated data will produce an autocorrelation plot with no apparent structure; autocorrelated data will produce an autocorrelation plot with linear, elliptical, or other kinds of structure.
X description of parameter Y description of parameter
Sample program:
program demo_plotxx use M_datapac, only : plotxx implicit none ! call plotxx(x,y) end program demo_plotxxResults:
The original DATAPAC library was written by James Filliben of the Statistical Engineering Division, National Institute of Standards and Technology.
John Urban, 2022.05.31
CC0-1.0
o FILLIBEN, SOME USEFUL PROCEDURES FOR THE STATISTICAL ANALYSIS OF DATA, UNPUBLISHED MANUSCRIPT (AVAILABLE FROM AUTHOR) PRESENTED AT
FOR QUALITY CONTROL, KNOXVILLE, TENNESSEE, OCTOBER 19-20, 1972.
o | FILLIBEN, DATA EXPLORATION USING STAND-ALONE SUBROUTINES, UNPUBLISHED MANUSCRIPT (AVAILABLE FROM AUTHOR) PRESENTED AT THE MEETING OF THE AMERICAN STATISTICAL ASSOCIATION, ST. LOUIS, MISSOURI, AUGUST 26-29, 1974. |
Nemo Release 3.1 | plotxx (3) | February 23, 2025 |