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 standard deviation of its inputs, which are expected to be in radians, using the sqrt(-2 * ln(R)) formula. Where applicable, the output name is "circularStdDev".
[[["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 circular standard deviation of input values, assuming they are in radians."],["Employs the `sqrt(-2 * ln(R))` formula for computation."],["Outputs are typically named \"circularStdDev\"."],["Available through the `ee.Reducer.circularStddev()` function, which returns a Reducer."],["Does not require any arguments for usage."]]],["This function creates a Reducer that calculates the circular standard deviation of input values, assumed to be in radians. It uses the formula sqrt(-2 \\* ln(R)). The output of the reducer, when applicable, is named \"circularStdDev\". It does not accept any arguments and returns a Reducer object. The main action is computing this circular standard deviation.\n"]]