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