Open PavelBal opened 9 months ago
This part of the code can take quite some time to calculate the confidence intervals (CI):
https://github.com/Open-Systems-Pharmacology/OSPSuite.ParameterIdentification/blob/9b33b4a941ca27db877499acf8aff7470b28df9a/R/ParameterIdentification.R#L562-L598
Having CI in the results is nice, but not always required. Make this an option (in the PIConfiguration?) and extract to a separate function to make the code easier to maintain.
PIConfiguration
This part of the code can take quite some time to calculate the confidence intervals (CI):
https://github.com/Open-Systems-Pharmacology/OSPSuite.ParameterIdentification/blob/9b33b4a941ca27db877499acf8aff7470b28df9a/R/ParameterIdentification.R#L562-L598
Having CI in the results is nice, but not always required. Make this an option (in the
PIConfiguration
?) and extract to a separate function to make the code easier to maintain.