@Fred:
According to the most important metric, the "Nicolas eyeball metric", it simply looks good, whether the image is text, pixel art or a DSLR photograph. It's quite sharp, and yet diagonal lines and interfaces are almost free of jaggies.
If it did not look good, I would not care for the numbers. However:
If re-enlarging images obtained by downsampling the high quality natural test images found in the
http://www.imagemagick.org/download/ima ... ges/images with decent low pass filters (box, Gaussian, Lanczos 3, EWA Lanczos 3), EWA LanczosRadius3 is the fourth most accurate tested EWA method, after EWA Catmull-Rom (!!!), EWA LanczosSharpest4, and EWA LanczosSharpest3.
Now, EWA Catmull-Rom is basically the worst method (in terms of accuracy) when re-enlarging downsamples of the same images using nearest neighbour (with ties resolved by averaging so as to preserve alignment when using the align corners image geometry convention). It ranks just above ... nearest neighbour. EWA LanczosSharpest3 and 4 don't rank much higher. In addition, in images like the wizard or the dragon, they look horrible. Actually, if you look really carefully, they introduce, in natural images enlargements, artifacts that I find unacceptable. EWA LanczosRadius3 holds its ground among EWA methods, and actually ranks above tensor Lanczos 3 in this situation.
Maybe a slightly less strong deblur (something like .95, instead of about .92) would be better. But there is something clean about fitting the same number of EWA lobes into the tensor Lanczos 3 "box". And EWA LanczosSharp, with a deblur of about .98, kind of takes care of the "even less jaggies" end.
Also: EWA LanczosRadius3 gives results which are generally numerically close to tensor Lanczos 3 (or my favorite tensor method, Ginseng 3). So, if tensor Lanczos 3 is your ideal, EWA LanczosRadius3 is a pretty good EWA clone.
-----
I'll be more specific when Adam Turcotte's thesis is published.
But the bottom line for me is: It gives sharp results without obvious jaggyness.
Compare the results with Ginseng 3 (which are almost identical to those obtained with tensor Lanczos 3) with those obtained with EWA LanczosRadius3 and EWA LanczosSharp.
This is why I've redone (with slightly different sigmoidal values, but more or less comparable) the same tests with all three.
All 3 methods are good. They are my favorite (with the possible exception of LBB-Nohalo, which specializes in introducing zero halo whatsoever, which costs in jaggyness). However, given that decent looking EWA methods are invariably non-interpolatory, EWA LanczosRadius3 is a good compromise between the sharpness of tensor Lanczos 3 and the strong anti-aliasing of EWA LanczosSharp. I find tensor Ginseng 3 (and Lanczos 3) too jaggy: The checkerboard mode definitely is not damped enough for my taste.
-----
Sorry I can't give you a more convincing reason than, basically, "Look!".