fun <T : Number> haveStandardDeviation(expectedValue: BigDecimal, precision: Int): Matcher<Collection<T>>
fun <T : Number> haveStandardDeviation(expectedValue: Double, precision: Int): Matcher<Collection<T>>