Skip to content
Prev 317151 / 398502 Next

confidence / prediction ellipse

On Feb 7, 2013, at 8:20 AM, Giuseppe Amatulli wrote:

            
Well, if a method provides a probability estimate or even if it only provides a rankable order,  could always use color change to highlight the the "most predicted" 95%. I say "most predicted" rather than "most probable", since it's not clear that these are probability or credibility estimates.
Presumably you meant lm(b~a)? You might have also expected ( ... also incorrectly) that the line for lm(a~b) would be along the major axis. Perhaps reading some material on orthogonal regression (AKA total least squares regression, AKA Deming regression) would be of interest. The major axis should "split the difference" between those two estimates.