Click or drag to resize

DescriptiveStatisticsSecondCentralMoment Method

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