Parameter<T>.PValue Property

Gets the probability that the estimated value is not zero.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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