InstrumentalVariableRegression.print_coefficients#

InstrumentalVariableRegression.print_coefficients(labels, round_to=None)#

Print the model coefficients with their labels.

Parameters:
  • labels (list[str]) – List of strings representing the coefficient names.

  • 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