ee.Reducer.circularStddev
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
کاهش دهنده ای را برمی گرداند که انحراف استاندارد دایره ای (وزن دار) ورودی های خود را که انتظار می رود بر حسب رادیان باشد، با استفاده از فرمول sqrt(-2 * ln(R)) محاسبه می کند. در صورت لزوم، نام خروجی "circularStdDev" است.
استفاده | برمی گرداند | ee.Reducer.circularStddev() | کاهنده |
بدون استدلال
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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.**"]]