Last updated

API / geotoolkit / controls / shapes / Histogram / FrequencyType

Enumeration: FrequencyType

shapes.Histogram.FrequencyType

FrequencyType

Table of contents

Enumeration Members

Contents

Enumeration Members

Absolute

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 = "normalized"

Height of the histogram bar represents the proportion of the data in each class.


Relative

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