quad_norm | R Documentation |
Currently only implemented for Cort models. Compute the L2 norm of the model
quad_norm(object)
## S4 method for signature 'Cort'
quad_norm(object)
## S4 method for signature 'CortForest'
quad_norm(object)
object |
the copula object |
the Integrated square error quad_norm of the model
quad_norm,Cort-method
: Method for the class Cort
quad_norm,CortForest-method
: Method for the class CortForest
cop <- Cort(cort::impossible_data)
quad_norm(cop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.