3.3.0.03 #183
hreinwald
announced in
Announcements
3.3.0.03
#183
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug fix
Fixed ED() for exponential decay models (EXD.2, EXD.3, AR.2, AR.3, W1.x, W2.x) with two fixed parameters: when only one parameter is estimated (1×1 variance-covariance matrix), the function previously failed with "incorrect number of dimensions" errors. Enhanced ED.drc to defensively coerce scalar/vector vcov inputs to proper matrices and to always strip names from gradients for consistent matrix algebra. This fix now allows retrieving ED values from exponential decay models with two fixed parameters, which was previously impossible.
Fixed gradient handling in ED() to ensure model-specific derivative functions always return unnamed numeric vectors, preventing dimension errors in delta-method standard error calculations.
What's Changed
ucedergreen()— align withcedergreen()reference implementation in Fix all issues inucedergreen()— align withcedergreen()reference implementation #136...args for single-curve models; add 100% coverage tests in Fix PR() dropping...args for single-curve models; add 100% coverage tests #144Full Changelog: https://github.com/hreinwald/drc/commits/3.3.0.03
This discussion was created from the release 3.3.0.03.
Beta Was this translation helpful? Give feedback.
All reactions