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