package tezt-tezos

  1. Overview
  2. Docs

Statistics to retrieve with get_previous_stats.

type _ t

Specifications for which stats to retrieve.

val mean : float t

InfluxQL function MEAN.

val median : float t

InfluxQL function MEDIAN.

val stddev : float t

InfluxQL function STDDEV (standard deviation).

val _2 : 'a t -> 'b t -> ('a * 'b) t

Carthesian product of two stats.

val _3 : 'a t -> 'b t -> 'c t -> ('a * 'b * 'c) t

Carthesian product of three stats.

OCaml

Innovation. Community. Security.