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 1 forks source link

Merge data combined in output mappings #58

Closed PavelBal closed 1 year ago

PavelBal commented 1 year ago

So obsVsPredList (rename it to dataCombinedList or so) must be created in initialize() of the ParameterIdentificaion and data combined for each PIOutputMapping created there. Then add DataSets from the output mapping.

Then apply transformations for the observed data sets and REMOVE these transformations from PIOutputMapping$dataTransformations. This way, data will be already transformed in DataCombined, but transformations of Simulations results must be applied each time the results are added.