Contingency Table Cell.Relative Frequency 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#
The relative frequency of the cell in the ContingencyTableCell.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double RelativeFrequency { get; }
Property Value
DoubleThe 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.