R2D2Split.create_variable# R2D2Split.create_variable(name, xdist=False)[source]# Create coefficient variable. Auto-builds decomposition if needed. Parameters: namestrName for the PyMC variable. xdistboolWhether to use xdist mode (ignored, kept for protocol compatibility). Returns: pt.TensorVariableThe created coefficient variable.