You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VERSIONS
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ development head (in the master branch):
39
39
fix #602, (float)rdirichlet(integer$ n, numeric alpha) function to Eidos for Dirichlet distribution draws
40
40
fix #610, distribution draws behave inconsistently with out-of-range parameters
41
41
rlnorm() accepted SD < 0 and returned a value; it should error, as rnorm() does (R returns NAN in the SD < 0 case, but erroring is more consistent with Eidos policies)
42
-
rexp() returned zero for a rate of 0, and returned non-zero values for rate < 0; R returns NAN; I decided that these cases should also error, consistent with Eidos policies
42
+
rexp() returned values for rate < 0; this should also error, consistent with Eidos policies
0 commit comments