Returns the p-value for the two-sided test.

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

Syntax

C#
public double GetPValue(
	int i
)
Visual Basic (Declaration)
Public Function GetPValue ( _
	i As Integer _
) As Double
Visual C++
public:
double GetPValue(
	int i
)

Parameters

i
Type: System..::.Int32
An int which specifies the index of the coefficient whose p-value estimate is to be returned.

Return Value

A double which specifies the estimated p-value for the i-th coefficient estimate.

See Also