UvT_Cat {AoE} | R Documentation |
Generates random samples of the convolution F = G * H of the generalized Pareto distribution G with parameters gamma = 0.75 and sigma = 1 on the one hand and the Gamma(3, 1) distribution H on the other hand.
UvT_Cat(n)
n |
Sample size. |
A numeric vector of length n
.
x <- UvT_Cat(1000) Hill(x)