ee.Reducer.sensSlope
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["This reducer calculates the Sen's slope, a statistical measure of trend, from two input datasets representing x and y values."],["It returns two values: the estimated slope indicating the trend's direction and magnitude, and an offset value."],["The reducer is specifically designed for Earth Engine and is accessed using `ee.Reducer.sensSlope()`."]]],["This reducer calculates Sen's slope estimator from two input datasets, x and y. It computes both the estimated slope and the offset. The `ee.Reducer.sensSlope()` function is used to create this reducer, which returns a reducer object. The process requires no arguments during instantiation. The resulting reducer outputs two double values representing the estimated slope and the offset respectively.\n"]]