CollectionExtensionsFindQuantil Method (IEnumerableDouble, Double)

CVB.Net Documentation
Find the Quantile defined by p.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static double FindQuantil(
	this IEnumerable<double> en,
	double p
)

Parameters

en
Type: System.Collections.GenericIEnumerableDouble
Collection on which to find.
p
Type: SystemDouble
quantile to find

Return Value

Type: Double
quantil

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableDouble. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference