Example usage for org.apache.commons.math3.fitting AbstractCurveFitter subclass-usage

List of usage examples for org.apache.commons.math3.fitting AbstractCurveFitter subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.fitting AbstractCurveFitter subclass-usage.

Usage

From source file be.ugent.maf.cellmissy.analysis.doseresponse.DoseResponseAbstractCurveFitter.java

/**
 * Extension to return OptimumImp to acquire covariances for statistics
 * calculation.
 *
 * @author Gwendolien
 */

From source file edu.ucsf.valelab.saim.calculations.SaimFunctionFitter.java

/**
 * Fits the Saim function using pre-defined wavelength, thickness of the oxide
 * layer, and refractive index of the sample
 *
 * @author nico
 */

From source file org.micromanager.asidispim.fit.GaussianWithOffsetCurveFitter.java

/**
 *
 * @author nico
 */
public class GaussianWithOffsetCurveFitter extends AbstractCurveFitter {

From source file com.cloudera.hts.utils.math.MyFunc2.java

public class FunctionFitTest extends AbstractCurveFitter {

    protected LeastSquaresProblem getProblem(Collection<WeightedObservedPoint> points) {

        final int len = points.size();