The numbers to compute the standard deviation of.
Whether to regard nums
as a sample or as a population.
true
, computes the sample std (commonly denoted as s). false
, computes population std (commonly denoted as σ).false
by default.Generated using TypeDoc
Returns
The standard deviation.