Click or drag to resize

DescriptiveStatisticsFourthCentralMomentOrDefault Method

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