Remove note about stability for varpop

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

View File

@ -8,10 +8,6 @@ sidebar_position: 32
Calculates the population variance.
:::note
This function uses a numerically unstable algorithm. If you need [numerical stability](https://en.wikipedia.org/wiki/Numerical_stability) in calculations, use the [`varPopStable`](../reference/varpopstable.md) function. It works slower but provides a lower computational error.
:::
**Syntax**
```sql