Post Reply 
storing data in a list while executing a program
06-13-2017, 07:55 AM
Post: #3
RE: storing data in a list while executing a program
Hello Cyrille,

The program crashes on my up to date calcs, also on the emulator, please try N=5 and T=500, I see the output from: PRINT(L1) 'running' on my screen, this stops at different moments and the calc is crashed. Sometimes the program calculates all the iterations, then the data is afterwards available in L2. but I do never get the output from the second to last line in the program: PRINT(L2);

The reason I multiply by 2 is that we try to make an estimation about the bus schedule, one of the (more to follow) estimators is 2 times the average. The idea is to generate different estimators like; 2 times the mean, the max plus the minimum, the max value etc. by increasing the number of iterations we can investigate which estimator improves and how quickly it improves.

Thanks in advance for your advice!
Best regards, Pieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: storing data in a list while executing a program - Pieter - 06-13-2017 07:55 AM



User(s) browsing this thread: 1 Guest(s)