ee.Reducer.circularVariance
Returns a Reducer that computes the (weighted) circular variance of its inputs, which are expected to be in radians. Where applicable, the output name is "circularVariance".
Usage | Returns |
---|
ee.Reducer.circularVariance() | 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 circular variance of input values, which represent angles in radians."],["The output of this reducer is named \"circularVariance\"."],["The reducer can handle weighted circular variance calculations."],["`ee.Reducer.circularVariance()` is used to access this reducer without any arguments."]]],["This content describes a Reducer function that calculates the circular variance of input data, expected in radians. The function, `ee.Reducer.circularVariance()`, returns a Reducer object. It operates without any arguments. The calculated variance represents the spread of the input data around a circle. The output name associated with this calculation is \"circularVariance.\" The function computes weighted circular variance.\n"]]