Gets the probability that the test statistic would take on the calculated value under the null hypothesis
assuming the distribution of the statistic is approximated by a chi-square distribution.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.0.10170.0 (4.0.11016.0)
Syntax
| C# |
|---|
public double ChiSquarePValue { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ChiSquarePValue As Double
Get |
| Visual C++ |
|---|
public:
property double ChiSquarePValue {
double get ();
} |
| F# |
|---|
member ChiSquarePValue : float
|
See Also