Skip to main content

Module traits

Module traits 

Source
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ยง

ArchimedeanCopula
Trait for Archimedean copulas.
BoundedParameters
Trait for copulas that support parameter bounds and constraints.
Copula
Core trait that all copulas must implement.
ExchangeableCopula
Marker trait for copulas that are exchangeable.
ExtremeValueCopula
Trait for extreme value copulas.
FittableCopulaestimation
Trait for copulas that can be fitted to data.
MetaDistribution
Trait for meta-distributions that can use any copula.
ParameterConversion
Utility trait for converting between different copula parameter representations.
SerializableCopulaserde
JSON serialization for copula models.
SymmetricCopula
Marker trait for copulas that have symmetric dependence structure.
VineCopula
Trait for copulas that support vine constructions.