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
When distributions are passed to this function there should be an option on how to combine them: for example a parameter of .combination_type = c('add', 'multiply', 'stack', 'subtract'). So under the hood we should get something like the following:
There should also be an option that is boolean of .cumulative_sum = FALSE where the default is FALSE, when set to TRUE the output of the .combinaiton_type
When distributions are passed to this function there should be an option on how to combine them: for example a parameter of
.combination_type = c('add', 'multiply', 'stack', 'subtract')
. So under the hood we should get something like the following:There should also be an option that is boolean of
.cumulative_sum = FALSE
where the default isFALSE
, when set toTRUE
the output of the.combinaiton_type
The text was updated successfully, but these errors were encountered: