kepmodel.astro.AstroModel.show_param#
- AstroModel.show_param(param=None, step_hess=1e-06, degree=True)#
Print a summary of the values and errorbars of the model parameters.
- Parameters:
- paramlist or None
List of parameters to show. If None, the list is assumed to be fit_param.
- step_hessdouble
Step size for the errobars estimates (using
loglike_hess()).- degreebool
Whether to print the angles in degrees.