aequitas_work_stats (aequitas v1.4.0)

Copy Markdown View Source

Work statistics used for outlier detection.

Defines the t/0 statistics type returned alongside an acceptance status when the return_stats option is given to aequitas:ask/3.

Summary

Types

t()

-type t() ::
          #{actor_count => non_neg_integer(),
            q1 => number(),
            q2 => number(),
            q3 => number(),
            iqr => number(),
            seconds_to_generate => number()}.