loss-methods: Loss of a copula estimation (if the model has one)

Description Usage Arguments Value Functions Examples

Description

Currently only implemented for Cort models. Compute the loss of the model.

Usage

1
2
3
4
loss(object)

## S4 method for signature 'Cort'
loss(object)

Arguments

object

the copula object

Value

the Integrated square error loss of the model

Functions

Examples

1
2
cop <- Cort(cort::recoveryourself_data[1:10,])
loss(cop)

cort documentation built on Jan. 13, 2021, 8:57 p.m.