Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Reducer.sensSlope
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003eThis reducer calculates the Sen's slope, a statistical measure of trend, from two input datasets representing x and y values.\u003c/p\u003e\n"],["\u003cp\u003eIt returns two values: the estimated slope indicating the trend's direction and magnitude, and an offset value.\u003c/p\u003e\n"],["\u003cp\u003eThe reducer is specifically designed for Earth Engine and is accessed using \u003ccode\u003eee.Reducer.sensSlope()\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# ee.Reducer.sensSlope\n\nCreates 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.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------|---------|\n| `ee.Reducer.sensSlope()` | Reducer |\n\n**No arguments.**"]]