ranchop / therpy

atomic physics data analysis tools
1 stars 1 forks source link

curve_fit wishlist #11

Open ranchop opened 5 years ago

ranchop commented 5 years ago
ranchop commented 4 years ago

For plotting the fitted curve. use 1000 points xplot. unless the function returns len(xi), then use xplot=xi.

ranchop commented 4 years ago

add fit region for x and y points.

ranchop commented 4 years ago

Add bootstrapping

ranchop commented 4 years ago

except RuntimeError as err: fitres = guess fiterr = guess print("CAN'T FIT, Returning Original Guess: Details of Error {}".format(err))

ranchop commented 4 years ago

loss_function and noise_level for robust fitting

ranchop commented 4 years ago

Accompanying list class (list of curve_fit objects). This would making extracting fit results from a list of curve_fits more streamlined.