Behaviour
It applies an operator on the whole measure array.
Parameters
Return type
Binary-array.
Examples Compute the mean of all elements.
oph_operator('OPH_DOUBLE','OPH_DOUBLE',measure,'OPH_AVG')
Operation type
Reduce.
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_count’,’oph_max’|’o ph_min’|’oph_avg’|’oph_sum’|’oph_std’|’oph_cmoment’|’oph_acmoment’|’oph_rmo ment’|’oph_armoment’” | “‘oph_max’” | “0” / “1” | |
hierarchy | “string” | “no” | “‘oph_all’” | “‘oph_all’” | “0” / “1” | |
order | “double” | “no” | “2” | / | “0” / “1” | |
missingvalue | “double” | “no” | “NAN” | “0” / “1” |