ee.Reducer.kurtosis
Returns a Reducer that Computes the kurtosis of its inputs. Where applicable, the output name is "kurtosis".
Usage | Returns |
---|
ee.Reducer.kurtosis() | Reducer |
No arguments.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["Computes the kurtosis, a measure of the \"tailedness\" of the data distribution, for input data."],["Returns a Reducer object that can be applied to Earth Engine data."],["The output of the Reducer is typically named \"kurtosis\"."],["This Reducer doesn't require any input arguments."]]],["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"]]