Skip to main content

ExchangeableCopula

Trait ExchangeableCopula 

Source
pub trait ExchangeableCopula: Copula { }
Expand description

Marker trait for copulas that are exchangeable.

Exchangeable copulas have the same dependence structure regardless of variable ordering.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§