Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Stats Functions #520

Closed
5 tasks
schanzer opened this issue Apr 11, 2024 · 1 comment
Closed
5 tasks

More Stats Functions #520

schanzer opened this issue Apr 11, 2024 · 1 comment
Assignees

Comments

@schanzer
Copy link

We've had a few teachers ask if Pyret supports various stats functions:

  • population variance
  • sample variance
  • t-test (multiple kinds)
  • z-test
  • chi-squared test

Getting these implemented as a Pyret program would be great, but implementing them as part of Pyret's stats library would be much better.

(In keeping with the other stats functions, these should all operate on lists. I'll wrap them to work with tables in the DS teachpack.)

@schanzer
Copy link
Author

Closing, as this is covered in brownplt/pyret-lang#1732

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants