SimplifiedContext.edge_context

SimplifiedContext.edge_context(*, u_D=None, x=None)

Return the external covariates x unchanged (u_D is ignored).

Parameters:
u_Darray or None, optional

Ignored (never gathered under a simplified context).

xarray, shape (n, p), or None, optional

External covariates for this call.

Returns:
array, shape (n, p), or None

x unchanged.