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