Click or drag to resize

DescriptiveStatisticsThirdRawMomentOrDefault Method

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