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
From BCEA book r <- c (0.0000000001 ,0.005 ,0.020 ,0.035)
The first element is taken to be sufficiently close to zero to be interpreted
by BCEA as a scenario with no risk aversion, marked as r -> 0.
Why not just enable r =0 and do a check internally?
The text was updated successfully, but these errors were encountered:
From BCEA book
r <- c (0.0000000001 ,0.005 ,0.020 ,0.035)
The first element is taken to be sufficiently close to zero to be interpreted
by BCEA as a scenario with no risk aversion, marked as
r -> 0
.Why not just enable r =0 and do a check internally?
The text was updated successfully, but these errors were encountered: