HigherMomentsAccumulator<T>.ThirdCentralMoment Property

Gets the accumulated third central moment of the sequence.

Definition

Namespace: Numerics.NET.DataAnalysis.Accumulators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T ThirdCentralMoment { get; }

Property Value

T

Remarks

The third central moment is the sum of the third powers of the distances from each element of the sequence to the mean.

See Also