0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1761 from brownplt/horizon More... 10 months ago
Merge pull request #1757 from ds26gte/js-mulreg More... 11 months ago
- tighten multiple-regression result type too - remove debug stmts More... 11 months ago
Merge pull request #1756 from ds26gte/js-mulreg More... 11 months ago
- tighten arg type for multiple-regression() - ensure multiple-regression predictor returns its JS-calculated result as roughnum - statistics.arr also provides matrix-based-multiple-regression() More... 11 months ago
Merge pull request #1754 from ds26gte/js-mulreg More... 11 months ago
Resurrect JS-based multiple-regression lib for now More... 11 months ago
Merge pull request #1752 from brownplt/horizon More... 12 months ago
Merge pull request #1745 from ds26gte/more-stat More... about 1 year ago
- statistics.arr: add more descriptive doc strings -- multiple-regrssion output type made more specific -- multiple-regression: predictor fn raises exception on wrong # of args -- chi-square: simplify -- use simpler is-roughly rather than is%(within(0.01)) - test-statistics.arr: add check for mult reg predictor arg# mismatch - test-matrices.arr: add additional tests for .to-vector() More... about 1 year ago
efficiencies suggested by @blerner added More... about 1 year ago
- matrices.arr: Add fun list-to-vector -- method to-vector: typo fix (<> shd be or) - statistics.arr: use vector dot product instead of doing list manip - test-matrices.arr: add test for list-to-vector More... about 1 year ago
Merge branch 'horizon' into more-stat More... about 1 year ago
Fix regression found by @ds26gte: finding the appropriate column of the second matrix in augmentation was simply wrong. Rewrote to use the index/row/col helper functions, to make it more explicitly clear what should be happening. More... about 1 year ago
Merge branch 'horizon' into more-stat More... about 1 year ago
Need to import ffi here to have some builtins initialized for the toplevel of a module More... about 1 year ago
naming cleanups, fixing bounds-errors in matrix constructor, and eliminating redundant methods More... about 1 year ago
Revert f2427760, since this import is now available and needed More... about 1 year ago
Merge pull request #1749 from brownplt/new-matrix-library More... about 1 year ago
fix build (this import line wasn't needed yet) More... about 1 year ago
Amend unbound-{id,var} messages as requested, to include hints about typos. More... about 1 year ago
Adding tests for `is-roughly` and `is-not-roughly`, to confirm they use the new `within` semantics. More... about 1 year ago
Adding `is-not-roughly`, to complete the analogy `is` : `is-not` :: `is-roughly` : `is-not-roughly`. More... about 1 year ago
make `is-roughly` use `within3` instead of `within-rel3` More... about 1 year ago
statistics.arr: Corrected t-test, z-test, t-test-pooled Simplified def of t-test-paired, t-test-independent, chi-square (Still think the `test` in these names should be `score` or `value`) More... about 1 year ago
Nearly-completed version of the matrix library. More... about 1 year ago
Merge pull request #1747 from brownplt/horizon More... about 1 year ago
update provides syntax to hide the utility function, and also fix a type-error More... about 1 year ago
add ValueSkeleton type information to the initial type environment, so that libraries using _output can typecheck More... about 1 year ago
redefine linear-regression() as a special case of multiple-regression() #1732 More... about 1 year ago