ContingencyTableCell.RelativeFrequency 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.0
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