Gets the probability corresponding to the F statistic for the regression.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double PValue { get; }
Public ReadOnly Property PValue As Double
Get
public:
virtual property double PValue {
double get () sealed;
}
abstract PValue : float with get
override PValue : float with get
Property Value
Type:
DoubleThe probability corresponding to the F statistic for the regression.
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.
Reference