checkMean

abstract fun checkMean(mean: Double): Boolean

Checks if the supplied value falls within getAverage() +/- getHalfWidth()

Return

true if the supplied value falls within getAverage() +/- getHalfWidth()

Parameters

mean

the mean to check