Monday 4 May 2015

Generalized linear model

Thanks to this notes at link: http://bwlewis.github.io/GLM/, I was finally able to implements my own version of generalized linear model correctly in C# using the iteratively reweighted least square and its QR and SVD Netwon variant.

No comments:

Post a Comment