ocbe-uio / TruncExpFam

R package to generate data related to the Truncated Exponential Family
https://ocbe-uio.github.io/TruncExpFam/
GNU General Public License v3.0
0 stars 1 forks source link

Improve warning from judgeSupportLimits() #75

Closed wleoncio closed 2 years ago

wleoncio commented 2 years ago

When dealing with discrete distributions, the warning mentions that (a, b) must be a subset of [l, u]. This would be better described as something like "should be a subset of {l, ..., u}" to avoid confusion that [l, u] contains non-integers.