Creates a two-input reducer that computes the Sen's slope estimator. The inputs are expected to be x data followed by y data. It returns two double values; the estimated slope and the offset.
Usage | Returns |
---|---|
ee.Reducer.sensSlope() | Reducer |
No arguments.