A low standard deviation indicates that the data points tend to be close to the mean
(also called the expected value) of the set.
A high standard deviation indicates that the data points are spread out over a wider range of values.
(https://en.wikipedia.org/wiki/Standard_deviation)
σ = √⟮σ²⟯ = √⟮variance⟯
SD+ = √⟮σ²⟯ = √⟮sample variance⟯
public static standardDeviation ( array $numbers, boolean $SD+ = false ) : numeric | ||
$numbers | array | |
$SD+ | boolean | |
Результат | numeric |