Quote from lolatency:
Splines don't guarantee a guassian distribution around the data, unless the spline function itself happens to mimic approximating the mean of a guassian at a given level. Splines are just another variation on regression, but even in linear regression, it can never be assumed that the distribution of the residuals (post-fit) are normal. That has to be tested for, unless you know in advance with 100% certainty that distributions at a level are normal.
It may be that some stocks have this, but it's not mathematically guaranteed. i.e., it's not a given.
But, for the sake discussion, would you care to execute the Shapiro-Wilks test on all of the residuals on some of your plots? R has this function in one of its core libraries, I believe.
Both example residual sets pass tests for normality under S-W test. Generally speaking, I agree it is a good idea to test for residual normality, serial correlation (durbin-watson), etc... in fits.
One could use a tighter moving average than the example I gave, however, there are advantages with regard to bias-variance tradeoff and other metrics, for using smoothing spline fits. MAs are just not a good method for time series fits; there are plenty of better modern methods available.
