ContingencyTableCell.RelativeFrequency Property

Gets the relative frequency of the cell in the ContingencyTableCell.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double RelativeFrequency { get; }

Property Value

Double
The relative frequency of the cell in the ContingencyTableCell.

Remarks

The relative frequency is a value between 0 and 1 that equals the ratio of the cell in the bin to the TotalCount of the contingencyTable.

See Also