ee.Reducer.kurtosis
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מחזירה Reducer שמחשב את האקסצס של הקלט. במקרים הרלוונטיים, שם הפלט הוא kurtosis.
שימוש | החזרות |
---|
ee.Reducer.kurtosis() | הפחתה |
אין ארגומנטים.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eComputes the kurtosis, a measure of the "tailedness" of the data distribution, for input data.\u003c/p\u003e\n"],["\u003cp\u003eReturns a Reducer object that can be applied to Earth Engine data.\u003c/p\u003e\n"],["\u003cp\u003eThe output of the Reducer is typically named "kurtosis".\u003c/p\u003e\n"],["\u003cp\u003eThis Reducer doesn't require any input arguments.\u003c/p\u003e\n"]]],["The function `ee.Reducer.kurtosis()` generates a Reducer, which calculates the kurtosis of input data. The output from this reducer is labeled \"kurtosis\". It is invoked without any arguments and directly returns a Reducer object. This Reducer is then usable for operations on datasets to compute the kurtosis statistic of data.\n"],null,["# ee.Reducer.kurtosis\n\nReturns a Reducer that Computes the kurtosis of its inputs. Where applicable, the output name is \"kurtosis\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------|---------|\n| `ee.Reducer.kurtosis()` | Reducer |\n\n**No arguments.**"]]