public interface RegressionBasis
UserBasisRegression
object.Modifier and Type | Method and Description |
---|---|
double |
basis(int index,
double x)
Public interface for the nonlinear least-squares function.
|
double basis(int index, double x)
index
- an int
which specifies the index of the basis
function to be evaluated at xx
- a double
, the point at which the function is to
be evaluateddouble
, the returned value of the function at xCopyright © 2020 Rogue Wave Software. All rights reserved.