VBA-Expressions v3.0.1
One step higher!
Improvements
- Added
MLRfunction for multiple linear regression over models with k regressors/predictors variables. The function supports two-way predictors interactions and named predictors. - Added
CHOLESKYfunction for decomposition of positive definite nxn matrices. - Added
CHOLSOLVEfunction for solving systems of linear equations by Cholesky decomposition. - Added
CHOLINVERSEfunction for computing inverse of matrices using the Cholesky decomposition. - Added more unit tests.
- Removed unused code
- Improved
ToDblArraymethod. - Improved
FITfunction. Internally it now works with multiple linear regressions for polynomial fitting. - Improved
MSUMfunction.
Bug fixes
- Fixed bug preventing
MMULTfunction from evaluating correctly when multiplying a 2D by 1D matrix. - Fixed bug causing an anomalous splitting within the lists expressed as a literal string.
This release use ideas from:
(c) Douglas C. Montgomery and George C. Runger [Applied Statistics and Probability for Engineers]
(c) William H. Press [Numerical recipes in C: the art of scientific computing]