Modeling

From wiki
Revision as of 17:34, 9 December 2018 by Hdridder (talk | contribs)
Jump to navigation Jump to search

Mostly based on this paper

Eyeopeners

Store results in a list.

for a in range(100):
    funcAresults[a] = functionAcall(bla,bla)
    funcBresults[a] = functionBcall(bla,bla)

ModSimPy is using Series from Pandas. Don't know why yet.