Module: Axiom::Aggregate::Mean::Methods

Extended by:
Axiom::Aliasable
Included in:
Axiom::Attribute::ValueComparable
Defined in:
lib/axiom/aggregate/mean.rb

Instance Method Summary collapse

Methods included from Axiom::Aliasable

inheritable_alias

Instance Method Details

#meanMean

Return a mean aggregate function

Examples:

mean = attribute.mean

Parameters:

Returns:



78
79
80
# File 'lib/axiom/aggregate/mean.rb', line 78

def mean
  Mean.new(self)
end