Altaxo.Calc.FitFunctions.General Namespace |
[Missing <summary> documentation for "N:Altaxo.Calc.FitFunctions.General"]
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).
|
 | ExponentialOfPolynomial |
Exponential transformation of a polynomial, with both terms with positive exponent and negative exponent, plus an offset.
|
 | 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).
|
 | TwoPolynomialSegments |
This fit function describes two polynomial segments which are connected at a center point (xc, y0).
|