multivariate_linear_regression 0.3.0+1
multivariate_linear_regression: ^0.3.0+1 copied to clipboard
Multivariate linear regression for Dart with support for multiple outputs and optional intercept.
0.3.0+1 #
- Fix documentation,
xandyare nullable in constructor, and add documentation forfit()
0.3.0 #
- Add
fit()method as an alternative to initializing the design and target matrices in the constructor. Useful if refitting an already existing model is needed
0.2.0 #
- Add
MLRalias forMultivariateLinearRegression
0.1.1+2 #
- Improve documentation; making API overview better and added Support section
0.1.1+1 #
- Update docs to use real mathematical expressions
0.1.1 #
- Fix analyzer issues
- Update docs
0.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 serialization of model and regression summary