quad_norm-methods: Quadratic norm of the model (if it has one)

quad_normR Documentation

Quadratic norm of the model (if it has one)

Description

Currently only implemented for Cort models. Compute the L2 norm of the model

Usage

quad_norm(object)

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

## S4 method for signature 'CortForest'
quad_norm(object)

Arguments

object

the copula object

Value

the Integrated square error quad_norm of the model

Functions

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

  • quad_norm,CortForest-method: Method for the class CortForest

Examples

cop <- Cort(cort::impossible_data)
quad_norm(cop)


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