How do I bootstrap a fitting function?
I have a fitting function below which fits a lorentzian to my data and I essentially want to firstly return the amplitude of my fit (perhaps more reliably than I have) and then secondly perform a bootstrap in order to calculate the standard error on my amplitude. However I have tried some bootstrap routines but … Read more