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