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

Rename TruncNorm to TruncGaussian and make it non standard #102

Closed
JDTheRipperPC opened this issue Aug 27, 2019 · 0 comments · Fixed by #115
Closed

Rename TruncNorm to TruncGaussian and make it non standard #102

JDTheRipperPC opened this issue Aug 27, 2019 · 0 comments · Fixed by #115
Assignees
Labels
internal The issue doesn't change the API or functionality
Milestone

Comments

@JDTheRipperPC
Copy link
Collaborator

JDTheRipperPC commented Aug 27, 2019

  • Rename truncnorm.TruncNorm to truncated_gaussian.TruncatedGaussian, following the gaussian naming convention.
  • Compute and use the mean and the standard deviation from the given data
  • Make min and max class parameters. If None, learn them from the data.
  • Add epsilon argument, with default value 0.
@JDTheRipperPC JDTheRipperPC added the internal The issue doesn't change the API or functionality label Aug 27, 2019
@JDTheRipperPC JDTheRipperPC added this to the 0.2.4 milestone Aug 27, 2019
@csala csala changed the title Add new TruncGaussian distribution Rename TruncNorm to TruncGaussian and add mean and std Dec 11, 2019
@csala csala changed the title Rename TruncNorm to TruncGaussian and add mean and std Rename TruncNorm to TruncGaussian and make it non standard Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal The issue doesn't change the API or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant