ee.Reducer.spearmansCorrelation
Creates a two-input reducer that computes the Spearman's rank-moment correlation. See https://commons.apache.org/proper/commons-math/javadocs/api-3.6/org/apache/commons/math3/stat/correlation/SpearmansCorrelation.html for details.
Usage | Returns | ee.Reducer.spearmansCorrelation() | 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."],[[["Calculates the Spearman's rank-moment correlation between two input variables."],["Utilizes the Apache Commons Math library for computation, as detailed in their documentation."],["Offers a straightforward usage with `ee.Reducer.spearmansCorrelation()` which returns a Reducer object."],["Requires no arguments for initialization."]]],[]]