R2D2Split.create_variable#

R2D2Split.create_variable(name, xdist=False)[source]#

Create coefficient variable. Auto-builds decomposition if needed.

Parameters:
namestr

Name for the PyMC variable.

xdistbool

Whether to use xdist mode (ignored, kept for protocol compatibility).

Returns:
pt.TensorVariable

The created coefficient variable.