Click or drag to resize

DescriptiveStatisticsFourthRawMomentOrDefault Method

Overload List
  NameDescription
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableDecimal, Decimal)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableInt32, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableInt64, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableNullableInt32, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableNullableInt64, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableDouble, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableSingle, Single, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(Vector, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Top
See Also