Method |
Description |
|
cumulativeFrequency ( array $values ) : array |
Cumulative frequency distribution |
|
cumulativeRelativeFrequency ( array $values ) : array |
Cumulative relative frequency distribution
Cumulative frequency distribution relative to the sample size. |
|
frequency ( array $values ) : array |
Frequency distribution
A table that displays the frequency of various outcomes in a sample. |
|
relativeFrequency ( array $values ) : array |
Relative frequency distribution
Frequency distribution relative to the sample size. |
|
stemAndLeafPlot ( array $values, boolean $print = false ) : array |
Stem and leaf plot
Device for presenting quantitative data in a graphical format, similar to a histogram,
to assist in visualizing the shape of a distribution. |
|