mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
varPop doc latex formula added
- There is a latex formula in the documentation of the [covarPop](https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/covarpop) method, which is quite similar to varPop method. - In Russian docs there are formulas both for [varPop](https://clickhouse.com/docs/ru/sql-reference/aggregate-functions/reference/varpop), and [covarPop](https://clickhouse.com/docs/ru/sql-reference/aggregate-functions/reference/covarpop). Therefore, for consistency, it is suggested to add formula here too.
This commit is contained in:
parent
d8de6d1dce
commit
a64ed74297
@ -6,7 +6,11 @@ sidebar_position: 210
|
||||
|
||||
## varPop
|
||||
|
||||
Calculates the population variance.
|
||||
Calculates the population variance:
|
||||
|
||||
$$
|
||||
\frac{\Sigma{(x - \bar{x})^2}}{n}
|
||||
$$
|
||||
|
||||
**Syntax**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user