0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 14, 2024 — Jul 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 4 years ago
Merge pull request #1 from ronoudgenoeg/patch-1 More... almost 9 years ago
Fix a division by zero bug More... almost 9 years ago
Reorganizing exec() to taste. Now returns $this. More... about 13 years ago
Improved Matrix test coverage. More... about 13 years ago
Added prediction method and test coverage. More... about 13 years ago
Regression class now asks to be passed Matrix objects for X and Y, rather than arrays of arrays. Updated tests to reflect this. More... about 13 years ago
Added tests for Matrix operations addRow, addColumn, elementDivide, and elementMultiply. More... about 13 years ago
Fixed bug in addColumn where incorrect content was being added as a column. More... about 13 years ago
Added methods for adding rows and columns to get a new Matrix. More... about 13 years ago
Updating tests to comply with the Matrix requirement. More... about 13 years ago
Initializing properties as arrays where appropriate, and complying with the Matrix requirement. More... about 13 years ago
Now formally requiring that an array of arrays be passed to create a Matrix. Vectors/single-row arrays can be represented with array(array(...)). More... about 13 years ago
Commented the core part of the exec method and added a method detailing the procedure for generating individual-level prediction variance (allowing individual confidence intervals and prediction intervals, to come later). More... about 13 years ago
Test CSV first. More... about 13 years ago
Enforce matrix inputs for elemental operations. More... about 13 years ago
Added elemental operations (multiply, divide) for matrices. More... about 13 years ago
Added elemental operations (multiply, divide) for matrices. More... about 13 years ago
Removing extraneous assignments and use of matrices for scalar manipulations. More... about 13 years ago
Documentation More... about 13 years ago
Formatting. More... about 13 years ago
Renamed some internal variables, computing the unit vector differently. More... about 13 years ago
License More... about 13 years ago
Breaking csvImport functionality into its own class. More... about 13 years ago
Author info More... about 13 years ago
Reduce number of calls to count() More... about 13 years ago
Rearranging to a flatter directory structure. More... about 13 years ago
touched gitignore More... about 13 years ago
Automatically handle 1st column 1s for intercept. More... about 13 years ago
Renaming some methods to be more in line with Apache's RealMatrix Java interface. More... about 13 years ago