Package | Description |
---|---|
com.imsl.stat |
Statistical methods.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
NonlinearRegression.Derivative
Public interface for the user supplied function to compute the
derivative for
NonlinearRegression . |
Modifier and Type | Method and Description |
---|---|
double[] |
NonlinearRegression.solve(NonlinearRegression.Function F)
Solves the least squares problem and returns the regression coefficients.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.