package bench

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type estimate = {
  1. point : float;
  2. lower : float;
  3. upper : float;
  4. confidence : float;
}