Returns the probability associated with the t test of a larger t in absolute value.

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

Syntax

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

Field Value

A double containing the probability for the t test.

Remarks

The t test is a test, against a two-sided alternative, of the null hypothesis value described in TTestNull.

See Also