Click or drag to resize

DescriptiveStatisticsThirdCentralMoment Method

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