Bases: Statistic
Statistic
The median of a set of values.
Methods Summary
doc()
doc
A description of the statistic
name_short()
name_short
A short name for the statistic, e.g.
value(values)
value
The value of the statistic for a set of input values.
Methods Documentation
A short name for the statistic, e.g. for a table column name
Collection
float
A set of values to compute the statistic for.
The value of the statistic.
Median
Median.doc()
Median.name_short()
Median.value()