C Library Functions  - pltxxt (3)

NAME

pltxxt(3f) - [M_datapac:LINE_PLOT] generate a line printer lag plot for the terminal (71 characters wide)

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License
References

SYNOPSIS

SUBROUTINE PLTXXT(X,N)

DESCRIPTION

pltxxt(3f) yields a narrow-width (71-character) plot of x(i) versus x(i-1). Its narrow width makes it appropriate for use on a terminal.

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_pltxxt
   use M_datapac, only : pltxxt
   implicit none
   ! call pltxxt(x,y)
   end program demo_pltxxt

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 pltxxt (3) July 22, 2023
Generated by manServer 1.08 from b60b169f-516e-4df8-81c2-84d1d58e2aaa using man macros.