Contingency Table Cell.Relative Percentage Property
Gets the relative percentage of the cell in the ContingencyTableCell.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The relative percentage of the cell in the ContingencyTableCell, expressed as a percentage between 0 and 100.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double RelativePercentage { get; }
Property Value
DoubleThe relative percentage of the cell in the ContingencyTableCell, expressed as a percentage between 0 and 100.
Remarks
The relative percentage is a value between 0 and 100 that equals the ratio of the cell count to the TotalCount of the contingencyTable.