Skip to content

Releases: noahweasley/Multivariate-Linear-Regression

v0.1.1+2

03 Apr 11:15

Choose a tag to compare

What Changed

  • Updated documentation

Full Changelog: v0.1.1+1...v0.1.1+2

v0.1.1+1

04 Jan 14:03

Choose a tag to compare

  • Update docs to use real mathematical expressions

Full Changelog: v0.1.1...v0.1.1+1

v0.1.1

29 Dec 14:42

Choose a tag to compare

  • Fix analyzer issues
  • Update docs

Full Changelog: v0.1.0...v0.1.1

v0.1.0

28 Dec 16:41

Choose a tag to compare

  • 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