ContingencyTableCell.RelativePercentage 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.0
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