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