Learn R Programming

cort (version 0.3.2)

quad_norm: 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 Cort quad_norm(object)

# S4 method for 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

Run this code
# NOT RUN {
cop <- Cort(cort::impossible_data)
quad_norm(cop)

# }

Run the code above in your browser using DataLab