mparetomargins {graphicalExtremes} | R Documentation |
Marginalize multivariate Pareto dataset
Description
Marginalize a multivariate Pareto dataset data
with respect to the
variables in set_indices
.
Usage
mparetomargins(data, set_indices)
Arguments
data |
Numeric |
set_indices |
Numeric vector with at most |
Value
Numeric n \times m
matrix, where m
is the length
of set_indices
. Marginalized multivariate Pareto data.
[Package graphicalExtremes version 0.3.4 Index]