Click or drag to resize

DescriptiveStatisticsFirstRawMoment Method

Overload List
  NameDescription
Public methodStatic memberFirstRawMoment(IEnumerableDecimal)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableInt32)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableInt64)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableNullableDecimal)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableNullableInt32)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableNullableInt64)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableDouble, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableNullableDouble, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableNullableSingle, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableSingle, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(Vector, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Top
See Also