Example usage for org.apache.commons.math3.fitting.leastsquares LevenbergMarquardtOptimizer subclass-usage

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

Introduction

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

Usage

From source file be.ugent.maf.cellmissy.analysis.doseresponse.impl.DoseResponseLMOptimizer.java

/**
 * The existing apache math class is extended to save each parameter estimation,
 * in order to obtain a distribution of these parameters. This permits
 * calculation of standard errors and confidence intervals.
 *
 *