LinearRegressionCoefficientTTestsValueGetCoefficient Method |
Returns the estimate for a coefficient.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double GetCoefficient(
int i
)
Public Function GetCoefficient (
i As Integer
) As Double
public:
double GetCoefficient(
int i
)
member GetCoefficient :
i : int -> float
Parameters
- i
- Type: SystemInt32
An int which specifies the index of the
coefficient whose estimate is to be returned.
Return Value
Type:
Double
A
double which specifies the estimate for the
i-th
coefficient.
See Also