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