From a1dc6fcca0510683d157ae6685c8b99640579559 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Tue, 14 Mar 2023 14:25:47 -0700 Subject: [PATCH] Improve docs for skewness function --- docs/src/main/sphinx/functions/aggregate.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/functions/aggregate.rst b/docs/src/main/sphinx/functions/aggregate.rst index 821395721e29..78a6756e5b87 100644 --- a/docs/src/main/sphinx/functions/aggregate.rst +++ b/docs/src/main/sphinx/functions/aggregate.rst @@ -483,7 +483,8 @@ Statistical aggregate functions .. function:: skewness(x) -> double - Returns the skewness of all input values. + Returns the Fisher’s moment coefficient of `skewness + `_ of all input values. .. function:: stddev(x) -> double