Skip to content

Commit

Permalink
Spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeters1208 committed Nov 13, 2023
1 parent 0373b51 commit 44cd62e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ public class JsAggregationOperation {
AVG = "Avg",
/**
* The sample standard deviation of all values in the specified column. Can only apply to numeric types.
* String value is "Std".
* Sample standard deviation is computed using Bessel's correction
* String value is "Std". Sample standard deviation is computed using Bessel's correction
* (https://en.wikipedia.org/wiki/Bessel%27s_correction), which ensures that the sample variance will be an
* unbiased estimator of population variance.
*/
Expand Down

0 comments on commit 44cd62e

Please sign in to comment.