loss {cort} | R Documentation |
Currently only implemented for Cort models. Compute the loss of the model.
loss(object)
## S4 method for signature 'Cort'
loss(object)
object |
the copula object |
the Integrated square error loss of the model
loss,Cort-method
: Method for the class Cort
cop <- Cort(cort::recoveryourself_data[1:10,])
loss(cop)