Click or drag to resize

DescriptiveStatisticsThirdRawMoment Method

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