Contingency Table Cell Structure
Represents a bin in a ContingencyTable.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public struct ContingencyTableCellRemarks
A ContingencyTableCell represents one cell in a contingency table corresponding to specific levels of the row and column categorical variables.
ContingencyTableCell objects cannot be created directly. They are created as needed by the ContingencyTable class.
Properties
| Adjusted | Gets the standardized difference between the expected and the actual count in the cell of the contingency table. |
| Chi | Gets the contribution of the cell to the Chi-square statistic of the contingency table. |
| Column | Gets the level of the column containing the cell. |
| Count | Gets the number of observations in the cell. |
| Expected | Gets the expected count of the cell based on the row and column totals of the contigency table. |
| Relative | Gets the relative frequency of the cell in the ContingencyTableCell. |
| Relative | Gets the frequency of the cell relative to the other cells in the same column of the contingency table. |
| Relative | Gets the frequency of the cell relative to the other cells in the same row of the contingency table. |
| Relative | Gets the relative percentage of the cell in the ContingencyTableCell. |
| Relative | Gets the percentage of the cell relative to the other cells in the same column of the contingency table. |
| Relative | Gets the percentage of the cell relative to the other cells in the same row of the contingency table. |
| Residual | Gets the difference between the expected and the actual count in the cell of the contingency table. |
| Row | Gets the level of the row containing the cell. |
| Standardized | Gets the standardized difference between the expected and the actual count in the cell of the contingency table. |
Methods
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| Get | Returns the hash code for this instance. (Inherited from ValueType) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
Fields
| Empty | Represents the null value of a ContingencyTableCell. |