felix-clark / ndarray-glm

Rust library for linear, logistic, and generalized linear model regression
MIT License
22 stars 0 forks source link

Multi-dimensional sufficient statistics #11

Open felix-clark opened 4 years ago

felix-clark commented 4 years ago

I haven't found much in the way of documentation or examples of this, but it should be possible to, for instance, use separate simultaneous predictors for mu and log(sigma^2) in a Gaussian response.