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

should add hard limits in connection with distribution functions #13

Open
danielskatz opened this issue Apr 9, 2015 · 0 comments
Open
Assignees

Comments

@danielskatz
Copy link
Member

Right now, we have a lower limit of zero set for distributions. For example, if I create a skeleton with input file size that's a Guassian distribution around 1 MB with stddev of 0.5 MB, some values will be negative, which doesn't make sense, so we set those to zero.

What we really should do is optionally accept hard limits along with distribution mean and stddev, and when values are generated outside of those limits, the values would then be set to the limits.

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

No branches or pull requests

2 participants