ee.Reducer.centeredCovariance
Creates a reducer that reduces some number of 1-D arrays of the same length N to a covariance matrix of shape NxN. WARNING: this reducer requires that the data has been mean centered.
Usage | Returns | ee.Reducer.centeredCovariance() | 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."],[[["Creates a reducer for calculating the covariance matrix from multiple 1-D arrays."],["Requires input arrays to have the same length and be pre-centered (mean removed)."],["Outputs an NxN covariance matrix where N is the length of the input arrays."],["Intended for use with Earth Engine data, utilizing the `ee.Reducer` class."]]],[]]