Click or drag to resize

DescriptiveStatisticsThirdCentralMomentOrDefault Method

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