HARK icon indicating copy to clipboard operation
HARK copied to clipboard

Endpoints for DiscreteDistribution

Open alanlujan91 opened this issue 2 years ago • 2 comments

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?

alanlujan91 avatar Jan 11 '23 02:01 alanlujan91