ModelAdapter.coefficients#
- abstractmethod ModelAdapter.coefficients(*, group='posterior')[source]#
Return model coefficients with canonical coefficient dimensions.
Every supported backend returns an
xarray.DataArraywith dimensions("chain", "draw", "coeffs")and an optional trailing"treated_units"dimension. Point-estimate backends return singletonchainanddrawdimensions.