API / geotoolkit / controls / shapes / Histogram / FrequencyType
shapes.Histogram.FrequencyType
FrequencyType
Enumeration Members
Enumeration Members
• Absolute = "absolute"
Represents the total number of observations within a given interval or frequency bin. Sum of the absolute frequencies is equal to the total number of data.
• Normalized = "normalized"
Height of the histogram bar represents the proportion of the data in each class.
• Relative = "relative"
Histogram vertical axis uses relative or proportional frequency instead of simple frequency. It then shows the proportion of cases that fall into each of several categories