FastSIR is an algorithm for fast simulation of epidemic spread in networks. The precondition are precalculated values of cumulative distribution for specific max degree, p, and q tuple.
- An example of precalcuted CDF values for max degree = 1000, p = 0.1, q=0.1
File format:of the example (binary file):
- long int (8 Bytes) - degree value, double (8 Bytes) cdfs for specific degree
- the first record is for n = 1
- each record consists of n +1 cdf values