C Library Functions  - plotxx (3)

NAME

plotxx(3f) - [M_datapac:LINE_PLOT] generate a line printer lag plot

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License
References

SYNOPSIS

SUBROUTINE PLOTXX(X,N)

DESCRIPTION

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.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_plotxx
   use M_datapac, only : plotxx
   implicit none
   ! call plotxx(x,y)
   end program demo_plotxx

Results:

AUTHOR

The original DATAPAC library was written by James Filliben of the Statistical Engineering Division, National Institute of Standards and Technology.

MAINTAINER

John Urban, 2022.05.31

LICENSE

CC0-1.0

REFERENCES

o FILLIBEN, ’SOME USEFUL PROCEDURES FOR THE STATISTICAL ANALYSIS OF DATA’, UNPUBLISHED MANUSCRIPT (AVAILABLE FROM AUTHOR) PRESENTED AT

    THE FALL CONFERENCE OF THE CHEMICAL DIVISION OF THE AMERICAN SOCIETY

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) July 22, 2023
Generated by manServer 1.08 from 86179969-4ed9-49a9-8d6f-21d348563f70 using man macros.