KPG1_RMSx

Finds the RMS of the good data values in an array

Description:

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

Invocation

CALL KPG1_RMSx( N, DATA, RMS, STATUS )

Arguments

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

Notes: