exponential_mt / exponential_rt with negative rate
Open
- Dominant language
- Haskell
- Stars
- 24
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Should allow exponential_mt(mean, ub) to have mean >= 0.5 * ub.
Likewise should allow exponential_rt(theta, ub) to have theta <= 0.
Contributor guide
Research direction
Locate the definitions and parameter validation for exponential_mt(mean, ub) and exponential_rt(theta, ub). Check how the current bounds are enforced, then update the behavior so the requested boundary values are accepted and verify both functions across the stated limits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100