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

Rand uniform/normal #166

Merged
merged 4 commits into from
Oct 24, 2024
Merged

Rand uniform/normal #166

merged 4 commits into from
Oct 24, 2024

Conversation

zeotuan
Copy link
Collaborator

@zeotuan zeotuan commented Oct 7, 2024

Close #155

  • Add rand_range to Samples from ∼ U ( α , β )
  • Add randn to Samples from ∼ N ( α , β )
  • Rename randLaplace and randGamma to use snake case
  • Add support for rand_laplace usage with mu and beta from column
  • More robust implementation of rand_laplace to deal with precision error

@zeotuan zeotuan changed the title Rand uniform normal Rand uniform/normal Oct 7, 2024
.github/workflows/core-ci.yml Outdated Show resolved Hide resolved
- Add rand_range with min and max
- Add randn with mean and variance

Formatting

Revert unrelated changes
@zeotuan zeotuan marked this pull request as ready for review October 9, 2024 09:52
@zeotuan zeotuan merged commit 7eb7437 into mrpowers-io:main Oct 24, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

[Feature] Add function generate data conform a known statistical distribution
2 participants