StepwiseRegressionCoefficientTTestsValueGetStandardError Method |
Returns the estimated standard error for a coefficient estimate.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double GetStandardError(
int index
)
Public Overridable Function GetStandardError (
index As Integer
) As Double
public:
virtual double GetStandardError(
int index
)
abstract GetStandardError :
index : int -> float
override GetStandardError :
index : int -> float
Parameters
- index
- Type: SystemInt32
An int which specifies the index of the coefficient whose
standard error estimate is to be returned.
Return Value
Type:
Double
A
double which contains the estimated standard error for
the coefficient.
Remarks index must be between 1 and the number of
independent variables.
See Also