إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Reducer.circularMean
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرض أداة تقليل تحسب المتوسط الدائري (المرجّح) لمدخلاتها، والتي من المتوقّع أن تكون بوحدات الراديان. سيكون الناتج في النطاق (-π إلى π). عند الاقتضاء، يكون اسم الناتج "circularMean".
الاستخدام | المرتجعات |
---|
ee.Reducer.circularMean() | Reducer |
لا توجد وسيطات.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThis reducer calculates the circular mean of input values, which represent angles in radians.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting circular mean is expressed in radians within the range of -π to π, and is typically labeled as "circularMean".\u003c/p\u003e\n"],["\u003cp\u003eThe reducer is applied using \u003ccode\u003eee.Reducer.circularMean()\u003c/code\u003e and does not require any arguments.\u003c/p\u003e\n"]]],["The provided information details a Reducer function called `circularMean`. This function calculates the weighted circular mean of input values, which are expected to be in radians. The resulting output, named \"circularMean,\" falls within the range of -π to π. The function takes no arguments and returns a Reducer object.\n"],null,["# ee.Reducer.circularMean\n\nReturns a Reducer that computes the (weighted) circular mean of its inputs, which are expected to be in radians. Output will be in the range (-π to π). Where applicable, the output name is \"circularMean\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------|---------|\n| `ee.Reducer.circularMean()` | Reducer |\n\n**No arguments.**"]]