R2D2Sigma.create_variable#

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

Return the error sigma variable. Auto-builds decomposition if needed.

Parameters:
namestr

Name for the PyMC variable (ignored for error_sigma).

xdistbool

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

Returns:
pt.TensorVariable

The error sigma variable.