I’m fitting a pol4 function to a TGraphErrors. The fit appears to work fine and outputs the parameters to screen and the statsbox.
However, I’d like to access the parameters so I can use them later. Does anybody know how I can do this?
I’d preferably like to avoid fitting on a user defined function such as TF1(“myfunc”, "[0] + [1]*x + [2]xx + … etc)
This is my first post so I’d be really grateful for your help!