Gets the probability that the estimated value is not zero.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual double PValue { get; }
Public Overridable ReadOnly Property PValue As Double
Get
public:
virtual property double PValue {
double get ();
}
abstract PValue : float with get
override PValue : float with get
Property Value
Type:
DoubleThe probability that the estimated value is not zero.
The p-value gives an indication of the relevance of the associated Variable
in explaining the data.
Reference