Module: Axiom::Aggregate::Variance::Methods

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

Instance Method Summary collapse

Methods included from Axiom::Aliasable

inheritable_alias

Instance Method Details

#varianceVariance

Return a variance aggregate function

Examples:

variance = attribute.variance

Parameters:

Returns:



80
81
82
# File 'lib/axiom/aggregate/variance.rb', line 80

def variance
  Variance.new(self)
end