Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

fit.h File Reference

#include "weight.h"

Go to the source code of this file.

Enumerations

enum  FModel {
  MFLINEAR, MEXP, MPOT, MLN,
  M1L, MEXP2, MGAUSSIAN, MMAXWELL,
  MPLANCK, MLORENTZ, MMULTIEXP2, MMULTIEXP3,
  MUSER
}

Variables

static const char * fit_modelnames []
static const char * fit_modelitems []


Enumeration Type Documentation

enum FModel
 

Enumerator:
MFLINEAR 
MEXP 
MPOT 
MLN 
M1L 
MEXP2 
MGAUSSIAN 
MMAXWELL 
MPLANCK 
MLORENTZ 
MMULTIEXP2 
MMULTIEXP3 
MUSER 


Variable Documentation

const char* fit_modelitems[] [static]
 

Initial value:

 {"a*x+b","a*exp(-b*x)+c",
        "a*x^b","a+b*ln(x)","1/(a*x+b)","a*x*exp(-b*x)",
        "a/(c*sqrt(2*pi))*exp(-(x-b)^2/(2*c^2))","a*v^2*exp(-b*v^2))",
        "a*v^3/(exp(b*v)-1)","a/((w-b)^2+c^2/4))","a*exp(b*x)+c*exp(d*x)",
        "a*exp(b*x)+c*exp(d*x)+e*exp(f*x)","a*x+b",0}

const char* fit_modelnames[] [static]
 

Initial value:

 {"linear (a*x+b)","exponentiell (a*exp(-b*x)+c)",
        "a*x^b","a+b*ln(x)","1/(a*x+b)","a*x*exp(-b*x)",
        "gaussian (a/(sqrt(2 PI) c)) exp(-(x-b)²/(2 c²))","maxwell (a v² exp(-b v²))",
        "planck (a v³/(exp(b v)-1))","lorentz (a/((w-b)²+c²/4))","a exp(b x)+c exp(d x)",
        "a exp(b x)+c exp(d x)+e exp(f x)","user defined",0}


Generated on Sat Oct 13 21:55:02 2007 for LabPlot by  doxygen 1.4.4