sybila / eBCSgen

eBCSgen - BioChemical Space Language support tool.
https://ebcsgen.readthedocs.io/
MIT License
2 stars 4 forks source link

Average of runs in stochastic simulation #9

Closed xtrojak closed 4 years ago

xtrojak commented 4 years ago

Currently, the computation of average of two time series (i.e. two runs) leads to reduction of run length to shorter one (due to technical implementation using pandas.DataFrame). This should be improved such for that EACH time point from union of time points of both time series a average value is computed, preferably from actual value (for originating time series containing the time point) and interpolated value (from the other time series NOT containing the time point).

xtrojak commented 4 years ago

Since I was not able to figure out how to combine easily both pandas.DataFrames, I asked for help on StackOverFlow and got an answer.