Higher Moments Accumulator<T>.Second Central Moment Property
Gets the accumulated second central moment of the sequence.
Definition
Namespace: Numerics.NET.DataAnalysis.Accumulators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public T SecondCentralMoment { get; }
Property Value
TRemarks
The second central moment is the sum of the squared distances from each element of the sequence to the mean.