mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix en doc: varPop(x)
This commit is contained in:
parent
468a280a94
commit
c87629197b
@ -273,7 +273,7 @@ Returns `Float64`. When `n <= 1`, returns `+∞`.
|
||||
|
||||
## varPop(x)
|
||||
|
||||
Calculates the amount `Σ((x - x̅)^2) / (n - 1)`, where `n` is the sample size and `x̅`is the average value of `x`.
|
||||
Calculates the amount `Σ((x - x̅)^2) / n`, where `n` is the sample size and `x̅`is the average value of `x`.
|
||||
|
||||
In other words, dispersion for a set of values. Returns `Float64`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user