NonSimplifiedContext.edge_context
- NonSimplifiedContext.edge_context(*, u_D=None, x=None)
Concatenate
[u_D, x](C1 order); drop whichever isNone.- Parameters:
- u_Darray, shape (n, len(D)), or None, optional
The edge’s conditioning-set values, in ascending conditioning-tree order.
- xarray, shape (n, p), or None, optional
External covariates for this call, appended last.
- Returns:
- array, shape (n, len(D) + p), or None
concat([u_D, x]), a single one of them when the other isNone, orNonewhen both areNone.