Variance function.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public static readonly ExprAggregate..::..ExprAggregateOp VARIANCE
Visual Basic
Public Shared ReadOnly VARIANCE As ExprAggregate..::..ExprAggregateOp
Visual C++
public:
static initonly ExprAggregate..::..ExprAggregateOp^ VARIANCE

Remarks

Computes the variance for a field. The variance is the square of the standard deviation.

See Also