Behaviour
It computes the linear regression coefficients.
Parameters
Return type
Binary-array.
Examples
Compute the slope of a time series.
oph_gsl_fit_linear_coeff('OPH_DOUBLE','OPH_DOUBLE',measure,dimension)
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” | |||
| dimension | “binary-array” | “no” | “1:array length” | “0” / “1” | ||
| mask | “string” | “no” | “010000” | “0” / “1” |