Releases: noahweasley/Multivariate-Linear-Regression
Releases · noahweasley/Multivariate-Linear-Regression
v0.1.1+2
v0.1.1+1
- Update docs to use real mathematical expressions
Full Changelog: v0.1.1...v0.1.1+1
v0.1.1
- Fix analyzer issues
- Update docs
Full Changelog: v0.1.0...v0.1.1
v0.1.0
- Initial release 🎉
- Multivariate Linear Regression implementation with optional intercept
- Supports fitting to X and Y matrices and predicting single or batch observations
- Includes regression coefficients (weights), standard errors, and t-statistics
- Handles rectangular and rank-deficient matrices
- JSON serialisation of model and regression summary
Full Changelog: https://github.com/noahweasley/Multivariate-Linear-Regression/commits/v0.1.0