Hi Dietrich,
You can't do user-defined least-squares fitting of completely arbitrary fitting functions in DIAdem. You can run regression based on several popular function types:
Linear: a + b*x
Power: a*x^b
Exponential: a*e^(b*x)
Logarithmic: a + b*log(x)
Logarithmic: a + b*ln(x)
You can to a limited extent also define a combination of some formula components to run curve fitting against. You can choose any combination of the following formula components:
Polynomial: constant, x, x^2, ... x^11
Rational: 1/x, 1/(x^2), 1/(x^3), 1/(x^4)
Exponential: e^x, 10^x, e^(x^2), ... (short list)
Radical: x^(1/2), x^(1/3)
Logarithmic: Log(x), Ln(x)
Brad Turpin
DIAdem Product Support Engineer
National Instruments