RegressionModel<T>.PValue Property

Gets the probability corresponding to the F statistic for the regression.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double PValue { get; }

Property Value

Double
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

InvalidOperationExceptionThe property is accessed before the model has been computed.

See Also