dmix3
returns the PMF at x for the 3-component discrete extreme value mixture distribution. The component below v is the (truncated) Zipf-polylog(alpha1,theta1) distribution, between v & u the (truncated) Zipf-polylog(alpha2,theta2) distribution, and above u the generalised Pareto(shape, sigma) distribution.
dmix3(x, v, u, alpha1, theta1, alpha2, theta2, shape, sigma, phi1, phi2, phiu)
A numeric vector of the same length as x
Vector of positive integers
Positive integer representing the lower threshold
Positive integer representing the upper threshold
Real number, first parameter of the Zipf-polylog component below v
Real number in (0, 1], second parameter of the Zipf-polylog component below v
Real number, first parameter of the Zipf-polylog component between v & u
Real number in (0, 1], second parameter of the Zipf-polylog component between v & u
Real number, shape parameter of the generalised Pareto component
Real number, scale parameter of the generalised Pareto component
Real number in (0, 1), proportion of values below v
Real number in (0, 1), proportion of values between v & u
Real number in (0, 1), exceedance rate of the threshold u
Smix3
for the corresponding survival function, dpol
and dmix2
for the PMFs of the Zipf-polylog and 2-component discrete extreme value mixture distributions, respectively.