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.
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".
[[["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."],[[["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"]]