Behaviour
It estimates the empiric distribution of a sample of measures contained in the array with n bins.
Parameters
Return type
Binary-array.
Examples
Estimate the empiric distribution of a set of oph_double with 10 bins. Return ranges and absolute frequencies.
oph_gsl_histogram('OPH_DOUBLE','',measure,10)
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” | “1” / “1” | |||
measure | “binary-array” | “yes” | “1” / “1” | |||
bin number | “int” | “yes” | “1” / “1” | |||
mode | “string” | “no” | “‘RANGES’|’FREQS|’ALL’” | “‘ALL’” | “0” / “1” | |
flag | “string” | “no” | “‘ABS’|’PDF’|’CDF’” | “‘ABS’” | “0” / “1” |