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