Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Reducer.circularStddev
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".
Usage | Returns | ee.Reducer.circularStddev() | 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."],[[["\u003cp\u003eCalculates the circular standard deviation of input values, assuming they are in radians.\u003c/p\u003e\n"],["\u003cp\u003eEmploys the \u003ccode\u003esqrt(-2 * ln(R))\u003c/code\u003e formula for computation.\u003c/p\u003e\n"],["\u003cp\u003eOutputs are typically named "circularStdDev".\u003c/p\u003e\n"],["\u003cp\u003eAvailable through the \u003ccode\u003eee.Reducer.circularStddev()\u003c/code\u003e function, which returns a Reducer.\u003c/p\u003e\n"],["\u003cp\u003eDoes not require any arguments for usage.\u003c/p\u003e\n"]]],["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"],null,["# ee.Reducer.circularStddev\n\nReturns 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\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------|---------|\n| `ee.Reducer.circularStddev()` | Reducer |\n\n**No arguments.**"]]