Example usage for org.apache.commons.math.optimization.fitting ParametricRealFunction interface-usage

List of usage examples for org.apache.commons.math.optimization.fitting ParametricRealFunction interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math.optimization.fitting ParametricRealFunction interface-usage.

Usage

From source file geogebra.kernel.optimization.FitRealFunction.java

/**
<h3>FitRealFunction</h3>
<pre>
  Class with FitRealFunction which will be used when Fit[<list>,<function>] does
  nonlinear curve-fitting on a copy of <function> where gliders a,b,c,...
  are used as parameters.

From source file geogebra.common.kernel.optimization.FitRealFunction.java

/**
 * <h3>FitRealFunction</h3>
 * 
 * <pre>
 *   Class with FitRealFunction which will be used when Fit[<list>,<function>] does
 *   nonlinear curve-fitting on a copy of <function> where gliders a,b,c,...

From source file org.geogebra.common.kernel.optimization.FitRealFunction.java

/**
 * <h3>FitRealFunction</h3>
 * 
 * <pre>
 *   Class with FitRealFunction which will be used when Fit[<list>,<function>] does
 *   nonlinear curve-fitting on a copy of <function> where gliders a,b,c,...