#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/Fitter1D.h>
#include <OpenMS/MATH/MISC/LinearInterpolation.h>
#include <OpenMS/MATH/MISC/MathFunctions.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_multifit_nlin.h>
#include <gsl/gsl_blas.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenMS |
Classes | |
class | LevMarqFitter1D |
Abstract class for 1D-model fitter using Levenberg-Marquardt algorithm for parameter optimization. More... | |
Defines | |
#define | FIT(i) gsl_vector_get(s->x, i) |
#define | ERR(i) sqrt(gsl_matrix_get(covar,i,i)) |
#define ERR | ( | i | ) | sqrt(gsl_matrix_get(covar,i,i)) |
#define FIT | ( | i | ) | gsl_vector_get(s->x, i) |
Generated Tue Apr 1 15:36:39 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |