Package com.imsl.test.example.stat
Class NonlinearRegressionEx2
java.lang.Object
com.imsl.test.example.stat.NonlinearRegressionEx2
Fits a nonlinear regression using user supplied derivatives.
In this example the nonlinear model $$y = \theta_0 - \theta_0*\exp(\theta_1x) $$ is fit to data. The derivatives are supplied by the user.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NonlinearRegressionEx2
public NonlinearRegressionEx2()
-
-
Method Details
-
main
- Throws:
Exception
-