1function [mk] = mmap_count_mean(mmap,t)
2% Computes the mean of the counting process, at resolution t,
for the
5% - mmap: the Marked MAP
6% - t: the period considered
for each sample of the counting process
8% - mk: the vector with the mean
for each job
class
25theta = map_prob(mmap);
28 lk(k) = theta * mmap{2+k} * e;