stephenslab / susieR

R package for "sum of single effects" regression.
https://stephenslab.github.io/susieR
Other
176 stars 45 forks source link

non-normal residuals #62

Open stephens999 opened 5 years ago

stephens999 commented 5 years ago

when playing with some real data (particularly with changepoint problems) I have felt that outliers can cause problems. It would be nice to be able to use robust regression techniques or allow non-normal residuals.

Possibly mixture of normal residuals, or allow residuals that have observation-specific variances. This might be easier when we have a version with heterogeneous variances implemented.