Learn R Programming

cort (version 0.3.2)

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

Description

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

Usage

loss(object)

# S4 method for Cort loss(object)

Arguments

object

the copula object

Value

the Integrated square error loss of the model

Functions

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

Examples

Run this code
# NOT RUN {
cop <- Cort(cort::recoveryourself_data[1:10,])
loss(cop)

# }

Run the code above in your browser using DataLab