Learn R Programming

tscopula (version 0.3.9)

pmarg: Compute CDF of marginal model

Description

Compute the cumulative distribution function of the marginal model.

Usage

pmarg(x, q)

Value

A vector of values for the CDF.

Arguments

x

an object of class margin.

q

vector of values at which CDF should be computed.

Examples

Run this code
margmod <- margin("gauss", pars = c(mu = 0, sigma = 1))
pmarg(margmod, c(-2, 0, 2))

Run the code above in your browser using DataLab