mitchelloharawild / distributional

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

Unsupported transformations should default to dist_transformed. #14

Closed mitchelloharawild closed 4 years ago

mitchelloharawild commented 4 years ago
library(distributional)
dist_normal()^2
#> Error: `^` not meaningful for normal distributions

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