Contingency Table Cell.Relative Percentage Property
Gets the relative percentage 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 percentage of the cell in the ContingencyTableCell, expressed as a percentage between 0 and 100.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.