pyGAM icon indicating copy to clipboard operation
pyGAM copied to clipboard

add t distribution

Open dswah opened this issue 6 years ago • 4 comments

would be nice to have for robust modelling

dswah avatar Dec 20 '17 22:12 dswah

or a laplace distribution for seeking the median.

dswah avatar Mar 22 '18 14:03 dswah

we can regress arbitrary quantiled using the asymmetric laplace distribution:

https://academic.oup.com/biostatistics/article/8/1/140/252234 https://en.m.wikipedia.org/wiki/Asymmetric_Laplace_distribution

dswah avatar Mar 28 '18 16:03 dswah

turns out that this is probably NOT a good first issue :)

unfortunately, the work involved for adding a non-exponential family distribution is actually quite involved.

https://www.tandfonline.com/doi/full/10.1080/01621459.2016.1180986

dswah avatar Jun 14 '18 23:06 dswah

It's crazy how this is so easy using Bayesian Inference and so hard to formulate a working version in pyGAM. HOWEVER, I see if anything can be done about this

arose13 avatar Apr 25 '19 00:04 arose13