dotnetCHARTING Send comments on this topic.
Percentile Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class : Percentile Method


Calculates the n-th percentile of the series's elements YValues.

Overload List

Overload Description
Percentile(String,Series,Int32) Calculates the n-th percentile of the series's elements YValues.  
Percentile(Series,Int32) Calculates the n-th percentile of the series's elements YValues.  
Percentile(String,SeriesCollection,Int32) Calculates the n-th percentile of the series's elements YValues.  
Percentile(SeriesCollection,Int32) Calculates the n-th percentile of the series's elements YValues.  

See Also