Next: BARYCORR Up: ACF Prev: Method

Parameters

 Keyword  Posn  Type        Description
 -------  ----  ----        -----------
 INP       1    CHARACTER   Input dataset
   - GLOBAL.BINDS the current binned dataset
 OUT       2    CHARACTER   Output dataset
   -> GLOBAL.BINDS the current binned dataset
 AXIS      -    INTEGER     Index number of axis to perform
                            autocorrelation along. Note, only
                            used if dataset has more than 1
                            dimension!
   Suggested default is the TIME axis (if present).
 MXLAG     3    INTEGER     Maximum lag to calculate ACF at.
   Suggested default is the maximum allowed value
 BIAS      -    LOGICAL     Bias the ACF? i.e. multiply the ACF
                            by (N - LAG) / N, where N is the
                            number of values in the axis along
                            which the ACF is being found.
 WEIGHT    -    LOGICAL     Use variance and/or quality information
                            if present?
   Hidden default = Yes


Next: BARYCORR Up: ACF Prev: Method