Module Tezt_mavryk_tezt_performance_regression.Statistics

Basic statistics functions.

val mean : float list -> float

Compute the mean of a list of floats.

val median : float list -> float

Compute the median of a list of floats.

val stddev : float list -> float

Compute the standard deviation of a list of floats.