I just wondering how to report negative values cuased by non-zero intersection.
For example, when the absorbance<0.037 in the figure, the concentration would be negative.
It is a rather common error. You may have some interference from other substances, you may have some substance present in the reagents used, you may have incorrectly calibrated spectrometer and so on. As long as the calibration curve is nicely linear and all measurements fall within the range covered, there is typically no problem with using it.
#5
frankmp40
6
0
Can I see the concentration is zero when it becomes slightly negative
No, that would mean something went wrong. Note that you will be outside of the calibrated range, and I told you it is OK to use measurements that fall within the range tested.
Even if you have a plot that looks perfectly linear and looks like it crosses 0,0 point, but you did the calibration for 10..100 range (of whatever unit), extrapolating the calibration outside of the 10..100 and saying "my concentration was measured to be 1" would be generally speaking a bad practice. In some cases it can be acceptable, but it depends on the application.
That's rather a question for the statistics forum than for the chemistry forum. Obviously a reading < 0.037 won't correspond to a negative concentration, simply because there can be no negative concentrations.
You should also never report an estimator without some confidence interval.
#8
gravenewworld
1,127
26
Did you subtract out a background reading? Calibration curves almost never behave in a perfect manner where they intersect through 0,0. No instrument is perfect.
Did you subtract out a background reading? Calibration curves almost never behave in a perfect manner where they intersect through 0,0. No instrument is perfect.
Of course he did. If not, there wouldn't be the parameter a for the curve.
One of the easiest ways to formulate the problem mathematically is the following.
The absorbance A is distributed (e.g. normally) around ##a+bc##, i.e.
##A\sim N(a+bc,\sigma)##. From the maximum likelihood principle we find c as that value which maximizes the probability to find the value of A actually measured under the constraint ##c\ge 0##.
That is ## \hat{c}=\mathrm{max}(0, (A-a)/b)##, where ##\hat{c} ## is the maximum likelihood estimator for c. If the standard deviation ## \sigma## depends on c, too, or if the distribution is not normal the result may be more complicated but the principle remains the same.