Click or drag to resize

IRandomVariableMoments Interface

Interface implemented by probablility distributions.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface IRandomVariableMoments

The IRandomVariableMoments type exposes the following members.

Properties
 NameDescription
Public propertyKurtosis Gets the kurtosis of the distribution.
Public propertyMean Gets the mean of the distribution.
Public propertySkewness Gets the skewness of the distribution.
Public propertyVariance Gets the variance of the distribution.
Top
See Also