Uses of Interface
com.imsl.stat.NonlinearRegression.Function
Packages that use NonlinearRegression.Function
-
Uses of NonlinearRegression.Function in com.imsl.stat
Subinterfaces of NonlinearRegression.Function in com.imsl.statModifier and TypeInterfaceDescriptionstatic interfacePublic interface for the user supplied function to compute the derivative forNonlinearRegression.Methods in com.imsl.stat with parameters of type NonlinearRegression.FunctionModifier and TypeMethodDescriptiondouble[]NonlinearRegression.solve(NonlinearRegression.Function F) Solves the least squares problem and returns the regression coefficients.