Click or drag to resize

DescriptiveStatisticsFourthCentralMoment Method

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