kepmodel.astro.AstroModel.get_param_error#
- AstroModel.get_param_error(param=None, step_hess=1e-06)#
Get the current 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()).