Gets the probability that the parameter is not zero.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property PValue As Double
C#
public override double PValue { get; }
C++
public:
virtual double PValue {
	double get () override;
}

Value

The probability that the parameter is not zero.

Remarks

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

See Also