Represents an aggregate function for calculation of the estimate of the variance.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public class EstimateOfVariance : AggregateFunctionFactory
Visual Basic (Declaration)
Public Class EstimateOfVariance _
	Inherits AggregateFunctionFactory
Visual C++
public ref class EstimateOfVariance : public AggregateFunctionFactory

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Olap..::.AggregateFunctionFactory
    PerpetuumSoft.Olap..::.AggregateFunctionFactory..::.EstimateOfVariance

See Also