Click or drag to resize
LinearRegressionCoefficientTTestsValueGetPValue Method
Returns the p-value for the two-sided test.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double GetPValue(
	int i
)

Parameters

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

Return Value

Type: Double
A double which specifies the estimated p-value for the i-th coefficient estimate.
See Also