[][src]Module agnes::view_stats

Functions for displaying statistics about a DataView.

Structs

MaxFn

Partially-implemented function (implementing Func and FuncDefault) for computing the maximum value in a field.

MeanFn

Partially-implemented function (implementing Func and FuncDefault) for computing the arithmetic mean of values in a field.

MinFn

Partially-implemented function (implementing Func and FuncDefault) for computing the minimum value in a field.

StDevFn

Partially-implemented function (implementing Func and FuncDefault) for computing the standard deviation of values in a field.

SumFn

Partially-implemented function (implementing Func and FuncDefault) for computing the sum of values in a field.

ViewStats

Structure containing general statistics of a DataView.