Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.Reducer.kurtosis
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Girişlerinin basıklık değerini hesaplayan bir azaltıcı döndürür. Geçerli olduğu durumlarda çıkış adı "kurtosis" olur.
Kullanım | İadeler |
---|
ee.Reducer.kurtosis() | Azaltıcı |
Bağımsız değişken yok.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 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.**"]]