We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed24a8c commit a0cf8a8Copy full SHA for a0cf8a8
README.md
@@ -86,4 +86,4 @@ SELECT min_by(x, y) FROM VALUES (1, 10), (2, 5), (3, 15), (4, 8) as tab(x, y);
86
- [x] `min_by(expression1, expression2) -> scalar` - Returns the value of `expression1` associated with the minimum value of `expression2`.
87
- [x] `skewness(expression) -> scalar` - Computes the skewness value for `expression`.
88
- [x] `kurtois_pop(expression) -> scalar` - Computes the excess kurtosis (Fisher’s definition) without bias correction.
89
-- [x] `kurtosis(expression) -> scalar` - Computes the excess kurtosis (Fisher’s definition) with bias correction according to the sample size.
+- [x] `kurtosis(expression) -> scalar` - Computes the excess kurtosis (Fisher’s definition) with bias correction according to the sample size.
0 commit comments