openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
pyret-lang
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 6 hours
ago.
Jul 23, 2024 — Jul 23, 2025
Showing page 1 of 229
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #1761 from brownplt/horizon
Joe Politz
More...
10 months ago
Merge pull request #1757 from ds26gte/js-mulreg
ds26gte
More...
11 months ago
- tighten multiple-regression result type too - remove debug stmts
Dorai Sitaram
More...
11 months ago
Merge pull request #1756 from ds26gte/js-mulreg
ds26gte
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()
Dorai Sitaram
More...
11 months ago
Merge pull request #1754 from ds26gte/js-mulreg
ds26gte
More...
11 months ago
Resurrect JS-based multiple-regression lib for now
Dorai Sitaram
More...
11 months ago
Merge pull request #1752 from brownplt/horizon
Joe Politz
More...
12 months ago
Merge pull request #1745 from ds26gte/more-stat
ds26gte
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()
Dorai Sitaram
More...
about 1 year ago
efficiencies suggested by @blerner added
Dorai Sitaram
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
Dorai Sitaram
More...
about 1 year ago
Merge branch 'horizon' into more-stat
Dorai Sitaram
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.
Ben Lerner
More...
about 1 year ago
Merge branch 'horizon' into more-stat
Dorai Sitaram
More...
about 1 year ago
Need to import ffi here to have some builtins initialized for the toplevel of a module
Joe Politz
More...
about 1 year ago
naming cleanups, fixing bounds-errors in matrix constructor, and eliminating redundant methods
Ben Lerner
More...
about 1 year ago
Revert f2427760, since this import is now available and needed
Ben Lerner
More...
about 1 year ago
Merge pull request #1749 from brownplt/new-matrix-library
Joe Politz
More...
about 1 year ago
fix build (this import line wasn't needed yet)
Ben Lerner
More...
about 1 year ago
Amend unbound-{id,var} messages as requested, to include hints about typos.
Ben Lerner
More...
about 1 year ago
Adding tests for `is-roughly` and `is-not-roughly`, to confirm they use the new `within` semantics.
Ben Lerner
More...
about 1 year ago
Adding `is-not-roughly`, to complete the analogy `is` : `is-not` :: `is-roughly` : `is-not-roughly`.
Ben Lerner
More...
about 1 year ago
make `is-roughly` use `within3` instead of `within-rel3`
Ben Lerner
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`)
Dorai Sitaram
More...
about 1 year ago
Nearly-completed version of the matrix library.
Ben Lerner
More...
about 1 year ago
Merge pull request #1747 from brownplt/horizon
ds26gte
More...
about 1 year ago
update provides syntax to hide the utility function, and also fix a type-error
Ben Lerner
More...
about 1 year ago
add ValueSkeleton type information to the initial type environment, so that libraries using _output can typecheck
Ben Lerner
More...
about 1 year ago
redefine linear-regression() as a special case of multiple-regression() #1732
Dorai Sitaram
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
…
228
229
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree