ModelAdapter.coefficients#

abstractmethod ModelAdapter.coefficients()[source]#

Return model coefficients with canonical coefficient dimensions.

Every supported backend returns an xarray.DataArray with dimensions ("chain", "draw", "coeffs") and an optional trailing "treated_units" dimension. Point-estimate backends return singleton chain and draw dimensions.

Return type:

DataArray