إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Reducer.sensSlope
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تنشئ هذه الدالة أداة تقليل ذات مدخلَين تحسب مقدّر ميل Sen. من المتوقّع أن تكون المدخلات عبارة عن بيانات x متبوعة ببيانات y. تعرض هذه الدالة قيمتَين مزدوجتَين، وهما الميل المقدَّر والإزاحة.
الاستخدام | المرتجعات |
---|
ee.Reducer.sensSlope() | 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 Sen's slope, a statistical measure of trend, from two input datasets representing x and y values.\u003c/p\u003e\n"],["\u003cp\u003eIt returns two values: the estimated slope indicating the trend's direction and magnitude, and an offset value.\u003c/p\u003e\n"],["\u003cp\u003eThe reducer is specifically designed for Earth Engine and is accessed using \u003ccode\u003eee.Reducer.sensSlope()\u003c/code\u003e.\u003c/p\u003e\n"]]],["This reducer calculates Sen's slope estimator from two input datasets, x and y. It computes both the estimated slope and the offset. The `ee.Reducer.sensSlope()` function is used to create this reducer, which returns a reducer object. The process requires no arguments during instantiation. The resulting reducer outputs two double values representing the estimated slope and the offset respectively.\n"],null,["# ee.Reducer.sensSlope\n\nCreates a two-input reducer that computes the Sen's slope estimator. The inputs are expected to be x data followed by y data. It returns two double values; the estimated slope and the offset.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------|---------|\n| `ee.Reducer.sensSlope()` | Reducer |\n\n**No arguments.**"]]