public class ContingencyTable<R, C>
Public Class ContingencyTable(Of R, C)
generic<typename R, typename C>
public ref class ContingencyTable
type ContingencyTable<'R, 'C> = class end
ContingencyTableR, C | Initializes a new contingency table. |
Binary | Gets a façade that exposes properties defined only for 2 X 2 contingency tables. |
Columns | Gets the column values. |
Item | Gets the number of events that occurred in the specified cell. |
Rows | Gets the row values. |
Total | Gets the total number of events recorded in the table. |
ColumnTotal | Gets the total number of events that occurred in the specified column. |
Decrement | Decreases the count in the specified cell by one. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Increment | Increases the count in the specified cell by one. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
PearsonChiSquaredTest | Performs a Pearson χ2 test for correlation in the table. |
ProbabilityOf | Estimates the probability of the given cell in the underlying population. |
ProbabilityOfColumn | Estimates the probability of the given column in the underlying population. |
ProbabilityOfColumnConditionalOnRow | Estimates the probability of the given column, conditional on the given row, in the underlying population. |
ProbabilityOfRow | Estimates the probability of the given row in the underlying population. |
ProbabilityOfRowConditionalOnColumn | Estimates the probability of the given row, conditional on the given column, in the underlying population. |
RowTotal | Gets the total number of events that occurred in the specified row. |
ToString | Returns a string that represents the current object. (Inherited from Object) |