You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the optimize.response_fit function does not use the measurement (y-value) error or standard deviation in the curve fitting. However, it would probably be good to allow this by using something like Chi-squared metric instead of SSE when the error values are passed in to the function. The function has the argument to accept the error values but does not actually use it now.
The text was updated successfully, but these errors were encountered:
Currently, the
optimize.response_fit
function does not use the measurement (y-value) error or standard deviation in the curve fitting. However, it would probably be good to allow this by using something like Chi-squared metric instead of SSE when the error values are passed in to the function. The function has the argument to accept the error values but does not actually use it now.The text was updated successfully, but these errors were encountered: