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