NonlinearRegressionGetCoefficient Method |
Returns the estimate for a coefficient.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double GetCoefficient(
int i
)
Public Overridable Function GetCoefficient (
i As Integer
) As Double
public:
virtual double GetCoefficient(
int i
)
abstract GetCoefficient :
i : int -> float
override GetCoefficient :
i : int -> float
Parameters
- i
- Type: SystemInt32
An int which specifies the index of a coefficient whose
estimate is to be returned.
Return Value
Type:
Double
A
double which contains the estimate for the
i-th
coefficient or
null if
Solve(NonlinearRegressionIFunction) has not been called.
See Also