scipy.odr #789
Replies: 2 comments 1 reply
-
@bytelinker There currently is not an option to use ODR with lmfit. I agree that it would be an interesting addition. My recollection is that the interface to ODR is significantly different from Which is to say: it would probably be some work, but if you're willing to give that a try, I would be willing to try to help (though my bandwidth is well past maximum safe operating capacity). |
Beta Was this translation helpful? Give feedback.
-
@bytelinker Oh, I think that the difference between how one sets up a fit with ODR compared to setting up a fit with |
Beta Was this translation helpful? Give feedback.
-
Hello,
lmfit is calling scipy.optimize but scipy.odr is not available as solver. Is there an option, to use it? It would be a great advantage to use the wide range of lmfit benefits with this solver, when using uncertainties in both variables.
Regards
bytelinker
Beta Was this translation helpful? Give feedback.
All reactions