IMSL C# Numerical Library

LinearRegression.CoefficientTTestsValue.GetPValue Method 

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

public double GetPValue(
   int i
);

Parameters

i
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

LinearRegression.CoefficientTTestsValue Class | Imsl.Stat Namespace