C# Class TemporalNetworks.SISpreading

This class implements an SI model for epidemic spreading
Afficher le fichier Open project: IngoScholtes/TemporalNetworks

Méthodes publiques

Méthode 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 méthode

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)
Résultat string