mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Remove note about stability for varsamp
This commit is contained in:
parent
c318b773da
commit
c9b4f4ecaa
@ -8,10 +8,6 @@ sidebar_position: 33
|
||||
|
||||
Calculate the sample variance of a data set.
|
||||
|
||||
:::note
|
||||
This function uses a numerically unstable algorithm. If you need [numerical stability](https://en.wikipedia.org/wiki/Numerical_stability) in calculations, use the [`varSampStable`](../reference/varsampstable.md) function. It works slower but provides a lower computational error.
|
||||
:::
|
||||
|
||||
**Syntax**
|
||||
|
||||
```sql
|
||||
|
Loading…
Reference in New Issue
Block a user