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