Click or drag to resize

DescriptiveStatisticsQuantile Method

Overload List
  NameDescription
Public methodStatic memberQuantile(IEnumerableDecimal, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableInt32, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableInt64, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableNullableDecimal, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableNullableInt32, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableNullableInt64, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableDouble, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableNullableDouble, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableNullableSingle, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableSingle, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(Vector, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileTSource(IEnumerableTSource, Double, FuncTSource, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Top
See Also