| tweedie_plot | R Documentation |
This function produced a plot of the specified Tweedie distribution.
tweedie_plot(y, xi = NULL, mu, phi, type = "pdf", power = NULL, add = FALSE, ...)
tweedie.plot(
y,
xi = NULL,
mu,
phi,
type = "pdf",
power = NULL,
add = FALSE,
...
)
y |
the values for |
xi |
a synonym for |
mu |
the mean of the distribution |
phi |
the dispersion parameter |
type |
the type of plot, either |
power |
the variance power |
add |
logical; if |
... |
plotting parameters passed to |
If 1 < p < 2, the mass at Y=0 is automatically added.
y <- seq(0, 4, length = 50)
tweedie_plot(y, power = 1.1, mu = 1, phi = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.