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