Learn R Programming

cort (version 0.3.2)

quad_prod_with_data: Quadratic product with data of the model (if it has one)

Description

Currently only implemented for Cort models. Compute the quadratic product with the empirical density from the data

Usage

quad_prod_with_data(object)

# S4 method for Cort quad_prod_with_data(object)

Arguments

object

the copula object

Value

the quad_prod_with_data of the model

Functions

  • quad_prod_with_data,Cort-method: Method for the class Cort

Examples

Run this code
# NOT RUN {
cop <- Cort(LifeCycleSavings[,1:3])
quad_prod_with_data(cop)

# }

Run the code above in your browser using DataLab