Regression Model<T>.PValue Property
Gets the probability corresponding to the F statistic for the regression.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
The probability corresponding to the F statistic for the regression.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public double PValue { get; }Property Value
DoubleThe 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
| Invalid | The property is accessed before the model has been computed. |