We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kurtosis(x)
The excess kurtosis (Fisher's definition) with bias correction according to the sample size.
D SELECT kurtosis(col) FROM VALUES (1), (10), (100), (10), (1) as tab(col); ┌───────────────────┐ │ kurtosis(col) │ │ double │ ├───────────────────┤ │ 4.777292927667962 │ └───────────────────┘
No response
https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/kurtsamp https://duckdb.org/docs/sql/functions/aggregates#kurtosisx
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
kurtosis_pop
Given #12357 we may want to move this function to some other repo rather than the core
Suggestion: #12254 (comment)
We are going to implement these in a different repository so closing this ticket to avoid confusion: #12254 (comment)
jatin510
Successfully merging a pull request may close this issue.
Is your feature request related to a problem or challenge?
The excess kurtosis (Fisher's definition) with bias correction according to the sample size.
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/kurtsamp
https://duckdb.org/docs/sql/functions/aggregates#kurtosisx
The text was updated successfully, but these errors were encountered: