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