Description Usage Arguments Details Value Examples
A simple graphical representation of random heavy-tailed deviations created with 'rpareto_tails()', 'rst_tails()', 'rnorm_tails()', or any other multiplicative random deviates.
1 | plot_tails(vec)
|
vec |
Vector of random deviates. |
If 'vec' is the output of 'rnorm_tails()' where sporadic values have been included, these values are marked in red.
A scatter plot showing the deviation values in the vector. Sample mean is shown by green line, and the marginal distribution is shown by the rug plot on the right side of the plot.
1 2 | rpt <- rpareto_tails(50, 3)
plot_tails(rpt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.