Anova
            
            
            
            
            Gets the probability corresponding to the F statistic for the regression.
            
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
The probability corresponding to the F statistic for the regression.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
| InvalidOperationException | The property is accessed before the model has been computed. |