Class NonlinearRegressionEx2

java.lang.Object
com.imsl.test.example.stat.NonlinearRegressionEx2

public class NonlinearRegressionEx2 extends Object

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.
See Also:
  • Constructor Details

    • NonlinearRegressionEx2

      public NonlinearRegressionEx2()
  • Method Details