Gets the probability corresponding to the F statistic for the regression.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property PValue As Double |
| C# |
|---|
public double PValue { get; } |
| C++ |
|---|
public: double PValue { double get (); } |
Value
The probability corresponding to the F statistic for the regression.
Remarks
This property returns the significance of the model as a probability.
It is the p-value of the FStatistic for the model, which
compares the variance attributed to the model with the variance of the residual.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The property is accessed before the model has been computed. |