Contingency Table Cell.Relative Frequency Property
Gets the relative frequency of the cell in the ContingencyTableCell.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The relative frequency of the cell in the ContingencyTableCell.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.