An S4 class to represent the Marginal Transformation
margtransf.class(data, qmarg, constrainedshape, parameters, thresh, dataexp)dataA matrix containing the data on the original margins.
qmargA vector containing the marginal quantile used to fit the Generalised Pareto Distribution (GPD) for each variable. Default is rep(0.95, 2).
constrainedshapeLogical. If TRUE (Default), the estimated shape parameter of the Generalised Pareto Distribution (GPD) is constrained to strictly above -1.
parametersA vector containing the scale and shape parameters of the Generalised Pareto Distribution (GPD).
threshA vector containing the threshold uu above which the Generalised Pareto Distribution (GPD) is fitted.
dataexpA matrix containing the data on standard exponential margins.