Implements a variance aggregator (calculates mean, variance, sample variance, standard deviation)
Inheritance Hierarchy
NReco.PivotData.VarianceAggregator
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
The VarianceAggregator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VarianceAggregator(String, VarianceAggregatorValueType) | Initializes a new instance of the VarianceAggregator class |
![]() | VarianceAggregator(String, VarianceAggregatorValueType, Object) | Initializes a new instance of the VarianceAggregator class |
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | MeanValue | |
![]() | SampleStdDevValue | |
![]() | SampleVarianceValue | |
![]() | StdDevValue | |
![]() | Value | |
![]() | VarianceValue |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetState | |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Merge | |
![]() | Push | |
![]() | ToString | (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | AsComposite |
Returns the IAggregator as CompositeAggregator instance.
(Defined by AggregatorExtensions.) |
Remarks
See Also