Behaviour
Normalizes a measure array performing the specified operation on ‘count’ elements.
Parameters
Return type
Binary-array.
Examples
Compute the anomaly with respect to the mean value on 30 measures.
oph_normalize('OPH_DOUBLE','OPH_DOUBLE',measure,'OPH_AVG',1,30)
Operation type
Simple.
Argument name | Type | Mandatory | Values | Default | Min/Max-value | Min/Max-times |
---|---|---|---|---|---|---|
input measure type | “oph_type” | “yes” | “‘oph_double’|’oph_float’|’oph_int’|’oph_long’|’oph_short’|’oph_byte’” | “1” / “1” | ||
output measure type | “oph_type” | “yes” | “‘oph_double’|’oph_float’|’oph_int’|’oph_long’|’oph_short’|’oph_byte’” | “1” / “1” | ||
measure | “binary-array” | “yes” | “1” / “1” | |||
operator name | “oph_operator” | “no” | “‘oph_max’|’oph_avg’” | “‘oph_max’” | “0” / “1” | |
count | “long-long” | “no” | “0” | “array length” / “array length” | “0” / “1” | |
missingvalue | “double” | “no” | “NAN” | “0” / “1” |