dmix2
returns the PMF at x for the 2-component discrete extreme value mixture distribution. The components below and above the threshold u are the (truncated) Zipf-polylog(alpha,theta) and the generalised Pareto(shape, sigma) distributions, respectively.
dmix2(x, u, alpha, theta, shape, sigma, phiu)
A numeric vector of the same length as x
Vector of positive integers
Positive integer representing the threshold
Real number, first parameter of the Zipf-polylog component
Real number in (0, 1], second parameter of the Zipf-polylog component
Real number, shape parameter of the generalised Pareto component
Real number, scale parameter of the generalised Pareto component
Real number in (0, 1), exceedance rate of the threshold u
Smix2
for the corresponding survival function, dpol
and dmix3
for the PMFs of the Zipf-polylog and 3-component discrete extreme value mixture distributions, respectively.