Contingency Table Cell.Relative Percentage In Column Property
Gets the percentage of the cell relative to the other cells
in the same column of the contingency table.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The count of the cell divided by the total count of all the cells in the column, expressed as a percentage between 0 and 100.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double RelativePercentageInColumn { get; }
Property Value
DoubleThe count of the cell divided by the total count of all the cells in the column, expressed as a percentage between 0 and 100.
Remarks
The relative percentage is a value between 0 and 100 that equals the count of the cell divided by the total count of all the cells in the same column of the contingencyTable.