Returns the Pearson chi-squared p-value for independence of
rows and columns.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double P { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property P As Double |
Visual C++ |
---|
public: property double P { double get (); } |