StepwiseRegression.CoefficientTTestsValue.GetPValue Method |
Returns the
p-value for the two-sided test

vs.

.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double GetPValue(
int index
)
Public Overridable Function GetPValue (
index As Integer
) As Double
public:
virtual double GetPValue(
int index
)
abstract GetPValue :
index : int -> float
override GetPValue :
index : int -> float
Parameters
- index
- Type: System.Int32
An int which specifies the index of the coefficient whose
p-value is to be returned.
Return Value
Type:
Double
A
double which contains the estimated
p-value for
the coefficient.
Remarksindex must be between 1 and the number of
independent variables.
See Also