approximateStdDev

fun approximateStdDev(numObs: Double, range: Double): Double

Approximates the standard deviation of data via the range. See equation (9) in reference

Parameters

numObs

the number of observations, must be greater than 1

range

the estimated range of the data, range = min - max. Must be greater than 0.0.