Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]],["This defines a reducer, `ee.Reducer.spearmansCorrelation()`, which calculates the Spearman's rank-moment correlation between two input datasets. The reducer, which takes no arguments, utilizes the methodology detailed in the Apache Commons Math library. The output of this reducer is a `Reducer` object representing the computed correlation.\n"]]