package tezt-tezos

  1. Overview
  2. Docs

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.

OCaml

Innovation. Community. Security.