Calculates the standard deviation of an array.
The array
const result = Chalkboard.stat.deviation([2, 4, 4, 4, 5, 5, 7, 9]); // Returns 2 Copy
const result = Chalkboard.stat.deviation([2, 4, 4, 4, 5, 5, 7, 9]); // Returns 2
Calculates the standard deviation of an array.