CoVTest

case class CoVTest(measurements: Seq[Double], threshold: Double) extends Test

Compares the coefficient of variance to some threshold value.

Compares the coefficient of variance to some threshold value.

This heuristic can be used to detect if the measurement has stabilized.

trait Serializable
trait Product
trait Equals
trait Test
class Object
trait Matchable
class Any

Value members

Concrete methods

def passed: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val cov: Double