Higher Moments Accumulator<T>.Fourth Central Moment Property
Gets the accumulated fourth 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 FourthCentralMoment { get; }
Property Value
TRemarks
The fourth central moment is the sum of the fourth powers of the distances from each element of the sequence to the mean.