Latest update
- Echo taxonomy description based on specific value of a field in a custom template
- How to combine multiple view result sets, limiting the combined result set
- Autocalculate computed twig field
- Search API : count results without executing the view / loading nodes
- Custom confirmation modal
- Get fields used as Entity Reference fields for media image field
- How to add existing product variations to a new product?
- How to get subsequent fields to populate after creating a node using rules?
- Question on Forward Rate Agreement (FRA)
- OTC derivatives trading life cycle
- Implement Tyrant Sort
- Calculates a discount% based on units purchased & creates text files with this information
- Iterator over a container with indexing operation
- Retry mechanism for failed downloads
- Eager loading using Auto.mapper
- Finding a substring within a string using dynamic programming
- Comparing two Strings which could be null or blank in a Comparator
- Code efficiency check for hangman in Delphi
- Web Request Utility
- Python function to hash a python function
Goodness of fit test for different classes of copulas
2018-03-16 07:47:53
The question is: how the goodness of fitting for different copula-function can be compared. I can compare them by AIC criteria since they belong to the same class (for example elliptical). But how can I compare elliptical and Archimedean copulas (in R language)?
Thanks!