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

quad_prod_with_dataR Documentation

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 signature '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

cop <- Cort(LifeCycleSavings[,1:3])
quad_prod_with_data(cop)


lrnv/cort documentation built on Dec. 11, 2023, 12:43 a.m.