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


Calculates the relative frequency table for a discrete data set in accordance with the open left boundary (OLB) convention.

Overload List

Overload Description
RFrequencyTableOL(String,Series,Double[]) Calculates the relative frequency table for a discrete data set in accordance with the open left boundary (OLB) convention.  
RFrequencyTableOL(Series,Double[]) Calculates the relative frequency table for a discrete data set in accordance with the open left boundary (OLB) convention.  
RFrequencyTableOL(SeriesCollection,Double[]) Calculates the relative frequency table for a discrete data set in accordance with the open left boundary (OLB) convention.  

See Also