simu_px_logistic: Simulate logistic extremal functions
Description
Simulates logistic extremal functions
Usage
simu_px_logistic(n, d, idx, theta)
Value
Numeric \(n \times d\) matrix. Simulated data.
Arguments
- n
Number of simulations.
- d
Dimension of the multivariate Pareto distribution.
In some cases this can be NULL
and will be inferred from par
.
- idx
Integer or numeric vector with n
elements. Index/indices from
1 to d
, that determine which extremal function to simulate.
- theta
Numeric --- assume \(0 < \theta < 1\).