sdapy.model_fitters.get_pars¶
- sdapy.model_fitters.get_pars(which, with_alias=True)¶
get parameter of a given model
- Parameters
- which: `str`
model name
- with_alias: `bool`
if check only model names, or check names as well as alias names
- Returns
- pars: dict
return a list of parameters, e.g. model function, parameter name, range, etc