VoseFrequencyCumulD | Vose Software

VoseFrequencyCumulD

See also: VoseFrequency, VoseFrequencyCumulA

VoseFrequencyCumulD({dataset},{bins},label,relative)

 

 

Example model

Two column array function that returns a descending cumulative frequency or relative frequency analysis of a set of data. Note that the output array columns should be once cell larger than the array with bin values, because the function includes the frequency of data with values higher than the largest bin value.

  • {Dataset} - an array of values to be analyzed.

  • {Bins} - an ascending array of values defining the minimum value of each bin

  • Label - a TRUE/FALSE switch that, if TRUE, considers the first value in the dataset to be a label.

  • Frequency - a TRUE/FALSE switch so the function would return the relative frequency if TRUE. If omitted, the function assumes label is false.

 

Navigation