Closed adendek closed 2 years ago
Please take a look at the examples for fitting. E.g.: https://github.com/SiLab-Bonn/pylandau/blob/master/examples/fit.py
You did not specify an amplitude A
, that is rather large for your data points.
Hello @DavidLP, thank you for your answer. I posted this question almost two years ago and I forget to close this issue. Back then, I solve this problem by using pure ROOT instead of scipy.
Yes, was a long time ago. Still you got the answer ;-). I close this
I am trying to fit the langaus to data that is stored as a pandas series. Here is how my data looks like:
And, here is the function, that I created in order to perform langaus fitting:
I am not able to find good starting values, that leads to coverage. Can you help me to fix the fitting procedure?