Click or drag to resize

DescriptiveStatisticsSecondRawMoment Method

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