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