Test That Distributions Are Not the Same
Was this helpful?
Was this helpful?
Another testing case is testing whether two distributions are not the same. Such a test involves the same statistics as a test of consistency, but a different assertion. One example could be to change the assertion from close_to
to greater_than
and thereby state that a passed test requires a difference bigger than some threshold.