Click or drag to resize

DescriptiveStatisticsSkewness Method

Overload List
  NameDescription
Public methodStatic memberSkewness(IEnumerableDecimal)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableInt32)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableInt64)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableNullableDecimal)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableNullableInt32)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableNullableInt64)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableDouble, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableNullableDouble, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableNullableSingle, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableSingle, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(Vector, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Top
See Also