Learn R Programming

tscopula (version 0.3.9)

qmarg: Compute quantiles of marginal model

Description

Compute the quantile function of the marginal model.

Usage

qmarg(x, p)

Value

A vector of values for the quantile function.

Arguments

x

an object of class margin.

p

vector of probabilities for which quantiles should be computed.

Examples

Run this code
margmod <- margin("gauss", pars = c(mu = 0, sigma = 1))
qmarg(margmod, c(0.05, 0.5, 0.95))

Run the code above in your browser using DataLab