How would you use the MAP Parameter Distributions from linear regression to create new datapoints?

You could technically use the MAP to draw samples from scipy distributions, but I think what you want is to sample from the posterior predictive distribution. Take a look at this talk:

and/or this notebook: https://docs.pymc.io/pymc-examples/examples/diagnostics_and_criticism/posterior_predictive.html

2 Likes