Compute the standard deviation of a sample.
An array of numeric inputs
The sample standard deviation
const y = SMath.stdevs([1, 2, 3, 4]); // 1.29... Copy
const y = SMath.stdevs([1, 2, 3, 4]); // 1.29...
Compute the standard deviation of a sample.