公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Reducer.circularStddev
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
返回一个 Reducer,用于使用 sqrt(-2 * ln(R)) 公式计算输入的(加权)圆形标准差,输入应以弧度为单位。如果适用,输出名称为“circularStdDev”。
用法 | 返回 |
---|
ee.Reducer.circularStddev() | 缩减器 |
无实参。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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.**"]]