Click or drag to resize

DescriptiveStatistics.CumulativeDistributionOrDefault Method

Overload List
  NameDescription
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Decimal>, Decimal, Decimal)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Int32>, Int32, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Int64>, Int64, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Nullable<Decimal>>, Decimal, Decimal)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Nullable<Int32>>, Int32, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Nullable<Int64>>, Int64, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Double>, Double, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Nullable<Double>>, Double, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Nullable<Single>>, Single, Single, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Single>, Single, Single, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(Vector, Double, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault<TSource>(IEnumerable<TSource>, Double, Func<TSource, Double>, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Top
See Also