Module datafusion::functions_aggregate::kurtosis_pop
source · Structs§
- Accumulator for calculating the excess kurtosis (Fisher’s definition) without bias correction. This implementation follows the [DuckDB implementation]: https://github.com/duckdb/duckdb/blob/main/src/core_functions/aggregate/distributive/kurtosis.cpp
Functions§
- Calculates the excess kurtosis (Fisher’s definition) without bias correction.
- AggregateFunction that returns a
AggregateUDF
forKurtosisPopFunction