Open-Systems-Pharmacology / OSPSuite.ParameterIdentification

R package for parameter identification for OSPS models
http://www.open-systems-pharmacology.org/OSPSuite.ParameterIdentification/
GNU General Public License v2.0
3 stars 2 forks source link

Make calculation of confidence interval optional #94

Open PavelBal opened 4 months ago

PavelBal commented 4 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.