Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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?