Remove note about stability for varsamp

This commit is contained in:
Shaun Struwig 2024-06-22 11:36:18 +02:00 committed by GitHub
parent c318b773da
commit c9b4f4ecaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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