NonSimplifiedContext

class NonSimplifiedContext(*args, **kwargs)

Non-simplified vine: x_e = concat([u_D, x]) per edge.

Gathers the edge’s conditioning-set values u_D (in the C1 column order) and appends the external covariates x when present, so the pair copula c_{a,b;D} conditions on both.

Methods

edge_context(*[, u_D, x])

Concatenate [u_D, x] (C1 order); drop whichever is None.

Attributes

assembles_conditioning

Methods

__init__

edge_context

Concatenate [u_D, x] (C1 order); drop whichever is None.