Simulate random deviates from a Tweedie distribution with given parameters \(\mu\), \(p\), and \(\phi\). Works with vector values for all parameters, unlike the version on mgcv.
rtw(mu, p, phi)
numeric vector of mean values of Tweedie distribution.
numeric vector of values for the power parameter of the Tweedie distribution.
numeric vector of values for the scale parameter \(\phi\) of the Tweedie distribution.