VarianceAggregator Class

NReco.PivotData Class Library Documentation
Implements a variance aggregator (calculates mean, variance, sample variance, standard deviation)
Inheritance Hierarchy

SystemObject
  NReco.PivotDataVarianceAggregator

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public class VarianceAggregator : IAggregator

The VarianceAggregator type exposes the following members.

Constructors

  NameDescription
Public methodVarianceAggregator(String, VarianceAggregatorValueType)
Initializes a new instance of the VarianceAggregator class
Public methodVarianceAggregator(String, VarianceAggregatorValueType, Object)
Initializes a new instance of the VarianceAggregator class
Top
Properties

  NameDescription
Public propertyCount
Public propertyMeanValue
Public propertySampleStdDevValue
Public propertySampleVarianceValue
Public propertyStdDevValue
Public propertyValue
Public propertyVarianceValue
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetState
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMerge
Public methodPush
Public methodToString (Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodAsComposite
Returns the IAggregator as CompositeAggregator instance.
(Defined by AggregatorExtensions.)
Top
Remarks

VarianceAggregator can be used only with numeric values that may be coverted to System.Double.
See Also

Reference