https://github.com/jbclements/t-test
Implementations of Student's T-Test and Welch's T-Test for Racket
https://github.com/jbclements/t-test
racket
Last synced: about 1 month ago
JSON representation
Implementations of Student's T-Test and Welch's T-Test for Racket
- Host: GitHub
- URL: https://github.com/jbclements/t-test
- Owner: jbclements
- License: lgpl-3.0
- Created: 2018-12-30T20:26:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T19:03:45.000Z (about 6 years ago)
- Last Synced: 2025-03-24T05:47:47.079Z (about 1 month ago)
- Topics: racket
- Language: Racket
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# t-test
Implementations of Student's T-Test and Welch's T-Test for Racket