ee.Reducer.kurtosis
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक Reducer ऑब्जेक्ट दिखाता है, जो अपने इनपुट का कर्टोसिस कैलकुलेट करता है. लागू होने पर, आउटपुट का नाम "kurtosis" होता है.
इस्तेमाल | रिटर्न |
---|
ee.Reducer.kurtosis() | रेड्यूसर |
कोई आर्ग्युमेंट नहीं.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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.**"]]