In order to estimate color difference, it is possible that we calculate CIELAB ∆E using its three components: ∆L, ∆a and ∆b by using the following formula: ∆E = sqrt(∆L^2 + ∆a^2 + ∆b^2)

However, I would like to also estimate the standard error (SE) or standard deviation (SD) of ∆E based on the SE or SD of its components (∆L, ∆a and ∆b). How can I do so?

I believe I cannot simply apply the same formulae as used in the ∆E calculation, right?

Similar questions and discussions