Computes the standard deviation along the specified dimensions.
Value
arrayish
Has the same data type as the input.
When drop = TRUE, the reduced dimensions are removed.
When drop = FALSE, the reduced dimensions are set to 1.
Details
Uses Bessel's correction by default (correction = 1), matching R's sd().
Set correction = 0 for population standard deviation.