I found this question online. Can someone explain in details please, why using OLS is better? Is it only because the number of samples is not enough? Also, why not use all the 1000 samples to estimate the prior distribution?
We have 1000 randomly sampled data points. The goal is to try to build a regression model with one response variable from k regressor variables. Which is better? 1. (Bayesian Regression) Using the first 500 samples to estimate the parameters of an assumed prior distribution and then use the last 500 samples to update the prior to a posterior distribution with posterior estimates to be used in the final regression model. 2. (OLS Regression) Use a simple ordinary least squares regression model with all 1000 regressor variables