Click or drag to resize

Altaxo.Calc.FitFunctions.General Namespace

[Missing <summary> documentation for "N:Altaxo.Calc.FitFunctions.General"]

Classes
 ClassDescription
Public classExponentialDecay Represents an exponential decay with offset (multiple exponential terms possible).
Public classExponentialEquilibration Represents an exponential equilibration (multiple exponential terms possible).
Public classExponentialGrowth Represents an exponential decay with offset (multiple exponential terms possible).
Public classPolynomial 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.
Public classPowerLawPrefactor Represents a power law, but with an offset, and with multiple terms possible.
Public classPowerLawRatio Represents a power law, but with an offset, and with multiple terms possible.
Public classRational Quotient of two polynomials, with coefficients a0..an (nominator) and b1..bm (denominator). The coefficent b0 of the denominator polynom is fixed to 1.
Public classRationalInverse Quotient of two polynomials, with coefficients a1..an (nominator) and b0..bm (denominator). The coefficent a0 of the nominator polynom is fixed to 1.
Public classStretchedExponentialDecay Represents an stretched exponential equilibration function (multiple exponential terms possible).
Public classStretchedExponentialEquilibration Represents an stretched exponential equilibration function (multiple exponential terms possible).
Public classStretchedExponentialGrowth Represents an stretched exponential equilibration function (multiple exponential terms possible).