Description Usage Arguments Examples
Random generation for the generalized extreme value (GEV) distribution, centered around a mean of one, with parameter 'shape'.
1 2 3 4 5 6 7 8 9 |
n |
sample size. |
scale |
scale parameter. Must be > 0. |
shape |
shape parameter. Default is shape = 2. |
bias_correct |
logical. Should we bias correct using the sample mean? |
ac |
auto-correlation value, between -1 and 1. If 'ac != 0' autocorrelation is incorporated in the vector using an AR(1) process. |
log |
logical. Whether to return the log-transformed distribution. |
seed |
seed. Numeric for 'set.seed()'. Defaults to NA where no seed is set. |
1 2 | rgev <- rgev_tails(80, scale = 0.23, shape = 0.2)
plot_tails(rgev)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.