Click or drag to resize

DescriptiveStatisticsFourthRawMoment Method

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