Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
hi all,
I'm fitting data to an expression in Prime 2. i'm formulated the fit using
genfit
leastsquaresfit
minimize (SSE...)
issues:
genfit is fast but I need to implement constraints.
leastsquaresfit is reasonably fast but the results don't quite match the other two methods.
minimize results match genfit but it's wicked slow to converge.
questions
- why is leastsquares not matching genfit or minimize?
- can I speed up minimize?
