larch.Model.parameter_summary#

Model.parameter_summary()#

Create a tabular summary of parameter values.

This will generate a small table of parameters statistics, containing:

  • Parameter Name (and Category, if applicable)

  • Estimated Value

  • Standard Error of the Estimate (if known)

  • t Statistic (if known)

  • Null Value

  • Binding Constraints (if applicable)

Returns:

pandas.DataFrame