You could use this method only if you have for all flow type the same number of slots and the same duration!!!
We will sum data of each flow with a circular distribution to take into account starting time of each flow.
Method dataPerSlotPerFlowType : This method permit to compute data per slot distribution for one type of source
After we transform the result according to unit and number of source of this type
=> ex: if unit: kiloBytes -> Bytes and if there is 5 sources of this type data[i] = data[i]*5
This method permit to compute data per slot distribution for one type of source
After we transform the result according to unit and number of source of this type
=> ex: if unit: kiloBytes -> Bytes and if there is 5 sources of this type data[i] = data[i]*5