ContingencyTableCell.RelativePercentage 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#
public double RelativePercentage { get; }

Property Value

Double
The 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.

See Also