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

fit.h File Reference

#include "weight.h"

Go to the source code of this file.

Enumerations

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

Variables

const char * modelitems []


Enumeration Type Documentation

enum Model
 

Enumeration values:
MLINEAR 
MEXP 
MPOT 
MLN 
M1L 
MEXP2 
MGAUSSIAN 
MMAXWELL 
MPLANCK 
MLORENTZ 
MMULTIEXP2 
MMULTIEXP3 
MUSER 


Variable Documentation

const char* modelitems[] [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 (1/(sqrt(2 PI) a)) exp(-(x-b)²/(2 a²))","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 Fri Aug 19 21:34:45 2005 for LabPlot by doxygen 1.3.6