Click or drag to resize

DescriptiveStatisticsSecondCentralMomentOrDefault Method

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