Dew Stats for .NET
|
Performs nonlinear regression.
StatTools.cs
How to use TMtxNonLinReg component?
In case of performance problems consider using TMtxMultiNonLinReg. That component internally performs vectorized optimization process. It can also be used to speed-up nonlinear regression with only one independent variable by 10-20x.
Results:
In the following example we use the TMtxNonLinReg component to fit generated data to non-linear function B[0]/Power((1.0 + Exp(B[1]-B[2]*X)),1/B[3]). In this example exact derivate procedure is not used - algorithm uses numerical derivatives:
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|