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

Description Usage Arguments Value Functions Examples

Description

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

Usage

1
2
3
4
5
6
7
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

Examples

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

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