mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Doc fix: definition of varPop (#4403)
This commit is contained in:
parent
6d865b538e
commit
6cf3d8c151
@ -421,7 +421,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