get_fit_param_results_row

get_fit_param_results_row(region: str, parent_region: str, subset: str, fit_result: Dict[str, Union[lmfit.model.ModelResult, pandas.core.frame.DataFrame]]) → pandas.core.frame.DataFrame[source]

Returns a row containing all fitted parameters for a region, which can than be combined to a fit param results dataframe

Parameters
  • region (str) – Value of the fitted region

  • parent_region (str) – Parent region of the fitted region

  • subset (str) – Subset of the regions data which was fitted

  • fit_result (Dict[str, Union[lmfit.model.ModelResult, pd.DataFrame]]) – Result of fit_data_model or its implementation

Returns

Row of fit param results dataframe, for the fitted region

Return type

pd.DataFrame