mitchelloharawild / distributional

Vectorised distributions for R
https://pkg.mitchelloharawild.com/distributional
GNU General Public License v3.0
94 stars 15 forks source link

Improve dist_transformed method #15

Closed mitchelloharawild closed 4 years ago

mitchelloharawild commented 4 years ago
library(distributional)
fabletools::inv_box_cox(dist_normal(), 0.1)
#> Warning in mapply(get(op), x = x, y = y, SIMPLIFY = FALSE): Incompatible methods
#> ("Ops.dist_transformed", "*.vctrs_vctr") for "*"
#> Error in .Primitive("*")(x = dots[[1L]][[1L]], y = dots[[2L]][[1L]]): non-numeric argument to binary operator

Created on 2020-04-14 by the reprex package (v0.3.0)