Contingency Table Cell.Relative Frequency In Row Property
Gets the frequency of the cell relative to the other cells in the same row of the contingency table.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The count of the cell divided by the total count of all the cells in the row.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public double RelativeFrequencyInRow { get; }
Property Value
DoubleThe count of the cell divided by the total count of all the cells in the row.
Remarks
The relative frequency is a value between 0 and 1 that equals the count of the cell divided by the total count of all the cells in the same row of the contingencyTable.