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


Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double GetPValue( int index ) |
Visual Basic (Declaration) |
---|
Public Overridable Function GetPValue ( _ index As Integer _ ) As Double |
Visual C++ |
---|
public: virtual double GetPValue( int index ) |
Parameters
- index
- Type: System..::.Int32
An int which specifies the index of the coefficient whose p-value is to be returned.
Return Value
A double which contains the estimated p-value for the coefficient.
Remarks
index must be between 1 and the number of
independent variables.