Fix variance link in statistics documentation (#23782)

This commit is contained in:
Franck Nijhof 2022-08-18 19:39:57 +02:00 committed by GitHub
parent 9667963356
commit 7de40a215c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ The following characteristics are supported for `sensor` source sensors:
| `total` | The sum of all source sensor measurements within the given time and sampling size limits. | `total` | The sum of all source sensor measurements within the given time and sampling size limits.
| `value_max` | The biggest value among the number of measurements. | `value_max` | The biggest value among the number of measurements.
| `value_min` | The smallest value among the number of measurements. | `value_min` | The smallest value among the number of measurements.
| `variance` | The [variance](https://en.wikipedia.org/wiki/Standard_deviation) of an assumed normal distribution from all measurements. | `variance` | The [variance](https://en.wikipedia.org/wiki/Variance) of an assumed normal distribution from all measurements.
### Binary Source Sensor ### Binary Source Sensor