DescriptiveStatisticsThirdRawMomentOrDefault Method |
Name | Description | |
---|---|---|
ThirdRawMomentOrDefault(IEnumerableDecimal, Decimal) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefault(IEnumerableInt32, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefault(IEnumerableInt64, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefault(IEnumerableNullableInt32, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefault(IEnumerableNullableInt64, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefault(Vector, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
ThirdRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|