Database#

json_dump(fsr: FisherResults, out: str, **args)#

Saves results stored in a FisherResults class to a json file.

Parameters:
  • fsr (FisherResults) – Results generated by an optimization or solving routine.

  • out (str, file) – Filename as string or file to store the json results.

json_dumps(fsr: FisherResults, **args)#

Creates a json string from results stored in a FisherResults.

Parameters:

fsr (FisherResults) – Results generated by an optimization or solving routine.

Returns:

Json format of the FisherResults class as string.

Return type:

str