package tezt-performance-regression

  1. Overview
  2. Docs

Module Tezt_performance_regression.StatisticsSource

Basic statistics functions.

Sourceval mean : float list -> float

Compute the mean of a list of floats.

Sourceval median : float list -> float

Compute the median of a list of floats.

Sourceval stddev : float list -> float

Compute the standard deviation of a list of floats.

OCaml

Innovation. Community. Security.