I use cftool
to fit my data using a custom equation. I could see the fit and also the corresponding residual data of the fit. Since the residuals are absolute values, I am also interested in the percentage deviation with respect to data.
Of course, I could implement the equation and the compare it with data through a separate script. But, is there a more easier to check the percentage residuals?