interface StdDevSamp {
    $stdDevSamp: any;
}

Properties

Properties

$stdDevSamp: any

Calculates the sample standard deviation of the input values. Use if the values encompass a sample of a population of data from which to generalize about the population. $stdDevSamp ignores non-numeric values.