
Conditional Normal Density Estimation Given Mean Predictors
Source:R/density_learners.R
lnr_lm_density.Rd
This is the simplest possible density estimator that is
entertainable. It fits a lm
model to the data, and
uses the variance of the residuals to parameterize a
model of the data as \(\mathcal N(y | \beta x, \sigma^2)\).