Parameter<T>.PValue Property

Gets the probability that the estimated value is not zero.

Definition

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

Property Value

Double
The probability that the estimated value is not zero.

Remarks

The p-value gives an indication of the relevance of the associated Variable in explaining the data.

See Also