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
A useful alternative interface for dist_mixture() would accept a vector of distributions and return a single value. Similar to the semantics of paste(collapse=""). @robjhyndman, this will constitute a lower interface for ensemble() that doesn't require dist_mixture(<dist>[1], <dist>[2]>, weights = <dbl[2]>).
The text was updated successfully, but these errors were encountered:
A useful alternative interface for
dist_mixture()
would accept a vector of distributions and return a single value. Similar to the semantics ofpaste(collapse="")
. @robjhyndman, this will constitute a lower interface forensemble()
that doesn't requiredist_mixture(<dist>[1], <dist>[2]>, weights = <dbl[2]>)
.The text was updated successfully, but these errors were encountered: