KPG1_MEANx

Finds the mean of the good data values in an array

Description:

Finds the mean of the good data values in an array.

Invocation

CALL KPG1_MEANx( N, DATA, MEAN, STATUS )

Arguments

N = INTEGER (Given)
Number of elements in the array.
DATA( N ) = ? (Given)
The data array.
MEAN = ? (Returned)
The mean value. Set to VAL__BAD <T > if no good data are found.
STATUS = INTEGER (Given)
The global status.

Notes: