LinearRegression.print_coefficients#

LinearRegression.print_coefficients(labels, round_to=None)#

Print posterior summaries for regression coefficients and auxiliaries.

Parameters:
  • labels (list[str]) – Coefficient names matching the coeffs coordinate.

  • round_to (int | None) – Number of significant figures to round to. Defaults to None, in which case 2 significant figures are used.

Return type:

None