HARK
HARK copied to clipboard
Endpoints for DiscreteDistribution
How should be implement the endpoints
option for various discrete distributions?
For Uniform
, this is implemented by adding the top
and bottom
points to the distribution with a probability of 0.
Should I do the same for
- Normal (-inf, +inf)?
- Lognormal (0, +inf)?
others?