ContingencyTableP Property |
Returns the Pearson chi-squared p-value for independence of
rows and columns.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public ReadOnly Property P As Double
Get
public:
property double P {
double get ();
}
member P : float with get
Property Value
Type:
Double
A
double scalar containing the Pearson chi-squared
p-value for independence of rows and columns.
See Also