I did more reading on the topic of RAPM and ridge regression, and came across this article which was helpful:
https://tamino.wordpress.com/2011/02/12 ... egression/
In particular:
"Now the matrix we need to invert no longer has determinant near zero, so the solution does not lead to uncomfortably large variance in the estimated parameters. And that’s a good thing.
We pay a price for this. The new estimates are no longer unbiased, their expected values are not equal to the true values. Generally they tend to underestimate the true values. However, the variance of this new estimate can be so much lower than that of the least-squares estimator, that the total expected mean squared error is also less — and that makes it (in a certain sense) a “better” estimator, surely a better-behaved one."
Basically, as I understand it, APM is the most accurate possible rating that is bias free. To produce a better estimator, it's necessary to "trade" some variance for bias, thereby reducing the mean error which is a sum, roughly speaking, of variance and bias. Going from APM to (non-prior informed) RAPM, and going from APM to SPM, are both valid methods of getting rid of a lot of variance at the expense of introducing a little bit of bias, reducing the overall mean squared error (which is a "sum" of variance and bias).
If I start out with RAPM in my attempt to produce SPM, bias gets introduced twice, once in the move from APM to RAPM, and again in the move from RAPM to SPM. That's why it's so important that I start out with APM, in spite of the fact that RAPM has a lower mean squared error than APM.
My other option would be to start out with long-term RAPM, which has much less bias than single year RAPM. This does work decently well (I posted the results in my recent thread), but there's a key advantage to using APM. The mean squared error in APM is, to good approximation, inversely proportional to minutes played. This makes it possible to get accurate uncertainty estimates for my SPM ratings, which is one of my main goals.
So, if it's not too much trouble, would it be possible to post single year NPI APM? I'm hoping this would be relatively easy, since it's really just RAPM with the regularization parameter set to 0.
Thanks as always, and I apologize for not articulating myself more clearly in the first place.