Expand description
Core traits that define the interface for all copula types.
This module defines the fundamental traits that all copulas must implement, as well as specialized traits for specific copula families and capabilities.
Traitsยง
- Archimedean
Copula - Trait for Archimedean copulas.
- Bounded
Parameters - Trait for copulas that support parameter bounds and constraints.
- Copula
- Core trait that all copulas must implement.
- Exchangeable
Copula - Marker trait for copulas that are exchangeable.
- Extreme
Value Copula - Trait for extreme value copulas.
- Fittable
Copula estimation - Trait for copulas that can be fitted to data.
- Meta
Distribution - Trait for meta-distributions that can use any copula.
- Parameter
Conversion - Utility trait for converting between different copula parameter representations.
- Serializable
Copula serde - JSON serialization for copula models.
- Symmetric
Copula - Marker trait for copulas that have symmetric dependence structure.
- Vine
Copula - Trait for copulas that support vine constructions.