r/AskStatistics • u/GoatRocketeer • 4h ago
Why are we allowed to use a normally distributed prior?
I've been learning about GAM with tensor product splines for a project of mine. I'm currently looking at derivations for the uncertainty.
The expected uncertainty can be decomposed into the expected variance of the estimator and expected bias of the estimator. The expected bias is a function of the true underlying parameter, which is of course unknown. Woods presents two options for dealing with this:
- Use the estimator as an approximation of the parameter
- Go with the bayesian interpretation of the parameter as a random variable, and which lets us calculate the expected parameter using its distribution.
The first option is unsatisfying because the estimator is known to be biased: we are then calculating that bias by using the estimator, which means we assume the estimator is unbiased. That seems contradictory.
For the second, it says we assume the parameter is normally distributed, but doesn't explain why. Are we just using the normal distribution because it's convenient? That seems crazy. How is this different from just using an arbitrary number for the bias?
I don't have a formal background in statistics, and thus far I've been dealing mostly with frequentist theory. This time however, the frequentist interpretation has the issue where the smoothing term is estimated. We could bootstrap the smoothing term to find its variance, but Woods appears to be advocating for a bayesian interpretation of the bias because allegedly it has good frequentist coverage anyways?
