| Altaxo. | 
[Missing <summary> documentation for "N:Altaxo.Calc.FitFunctions.General"]
 Classes
Classes| Class | Description | |
|---|---|---|
|  | ExponentialDecay | Represents an exponential decay with offset (multiple exponential terms possible). | 
|  | ExponentialEquilibration | Represents an exponential equilibration (multiple exponential terms possible). | 
|  | ExponentialGrowth | Represents an exponential decay with offset (multiple exponential terms possible). | 
|  | Polynomial | A polynomial, with both terms with positive exponent and negative exponent. This is for completeness only, fitting should be done with a linear fit instead. | 
|  | PowerLawPrefactor | Represents a power law, but with an offset, and with multiple terms possible. | 
|  | PowerLawRatio | Represents a power law, but with an offset, and with multiple terms possible. | 
|  | Rational | Quotient of two polynomials, with coefficients a0..an (nominator) and b1..bm (denominator). The coefficent b0 of the denominator polynom is fixed to 1. | 
|  | RationalInverse | Quotient of two polynomials, with coefficients a1..an (nominator) and b0..bm (denominator). The coefficent a0 of the nominator polynom is fixed to 1. | 
|  | StretchedExponentialDecay | Represents an stretched exponential equilibration function (multiple exponential terms possible). | 
|  | StretchedExponentialEquilibration | Represents an stretched exponential equilibration function (multiple exponential terms possible). | 
|  | StretchedExponentialGrowth | Represents an stretched exponential equilibration function (multiple exponential terms possible). |