DescriptiveStatisticsSecondCentralMomentOrDefault Method |
| Name | Description | |
|---|---|---|
| SecondCentralMomentOrDefault(IEnumerableDecimal, Decimal) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableInt32, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableInt64, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableNullableInt32, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableNullableInt64, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(Vector, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|