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

Remove dependence on Statistical Toolbox #146

Open
3 tasks
StephenNneji opened this issue Jun 12, 2023 · 1 comment
Open
3 tasks

Remove dependence on Statistical Toolbox #146

StephenNneji opened this issue Jun 12, 2023 · 1 comment
Assignees
Milestone

Comments

@StephenNneji
Copy link
Collaborator

StephenNneji commented Jun 12, 2023

Some part of the codebase require the statistical toolbox to work. Would be nice to reduce what is need for the users to run use this toolbox

  • randsample is required by drawCR in DREAM
  • hist3 is required by plotBayesCorrFig in plotting
  • range is required by histp in plotting (range can easily be replaced by max(y) - min(y))
@StephenNneji StephenNneji added this to the v1.0 milestone Nov 18, 2024
@alexhroom
Copy link
Collaborator

randsample would be relatively easy to implement from scratch using randi

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

3 participants