|
|
|
|
|
by ozgooen
3822 days ago
|
|
Good catch! Right now the main distribution types are normal and uniform. In the video, I showed normal distributions, which have long tails in both directions. In this case, a normal distribution isn't really correct, because, as you noted, being less than 0 is exceedingly unlikely. I believe the correct way to deal with this is to use a lognormal distribution or something that has 0 chance of being less than 0. I don't yet have a simple way of doing this, but it's definitely on the agenda. |
|
Just something to keep in mind when abstracting what a distribution is.
edit: though as a short-hand for entry, Gaussian is usually a pretty good guess. Is there support for µ±σ instead of [low,high] in the works? Or support for numerical distributions?