tscm: Constructor function for time series

View source: R/full_models.R

tscmR Documentation

Constructor function for time series

Description

Constructor function for time series

Usage

tscm(tscopula, margin = new("margin", name = "unif"))

Arguments

tscopula

an object of class tscopula.

margin

an object of class margin.

Value

An object of class tscm.

Examples

tscm(dvinecopula(family = "gauss", pars = 0.5), margin("doubleweibull"))

tscopula documentation built on May 29, 2024, 5:53 a.m.