Is it possible to take the mean of aa dataset such that I can use that mean in the replication output? What I want is to estimate the queue length from a bock during the process time. I have written QueueBlock.StatsSize.mean();
When I run the replication 10 times I would like the mean of the queue length right now I only get the end queue length..