You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: