Class NonlinearRegressionEx1

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

public class NonlinearRegressionEx1 extends Object

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

    • NonlinearRegressionEx1

      public NonlinearRegressionEx1()
  • Method Details