Returns the p-value.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double P { get; }
Visual Basic (Declaration)
Public ReadOnly Property P As Double
Visual C++
public:
property double P {
	double get ();
}

Field Value

A double representing the p-value.

See Also