plotco(3f) - [M_datapac:GENERIC_LINE_PLOT] generate a line printer autocorrelation plot
Synopsis
Description
Options
Examples
Author
Maintainer
License
SUBROUTINE PLOTCO(Y,N)
REAL(kind=wp) :: Y(:) INTEGER :: N
This routine yields a multi-page (if necessary) plot of the autocorrelation coefficient r(k) versus the lag k.There is no restriction on the maximum value of n for this routine.
X description of parameter Y description of parameter
Sample program:
program demo_plotco use M_datapac, only : plotco implicit none ! call plotco(x,y) end program demo_plotcoResults:
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
Nemo Release 3.1 | plotco (3) | February 23, 2025 |