C# Class TemporalNetworks.SISpreading

This class implements an SI model for epidemic spreading
Datei anzeigen Open project: IngoScholtes/TemporalNetworks

Public Methods

Method Description
RunSpreading ( TemporalNetwork temp_net, string &times, double p = 1d ) : string

Runs a simple SI spreading on a given temporal network and returns the dynamics of the infections

Method Details

RunSpreading() public static method

Runs a simple SI spreading on a given temporal network and returns the dynamics of the infections
public static RunSpreading ( TemporalNetwork temp_net, string &times, double p = 1d ) : string
temp_net TemporalNetwork The temporal network to use
times string
p double The infection probability (default is 1)
return string