C# Class social_learning.DiversityAnalyzer

Afficher le fichier Open project: tansey/social-learning Class Usage Examples

Méthodes publiques

Méthode Description
DiversityAnalyzer ( World world ) : System
Variance ( IEnumerable data ) : double

Calculates the sample standard deviation.

getAgentResponses ( double reading ) : double[][]
getResponseVariance ( double reading ) : double[]
getSensorReadings ( ) : double[][]

Method Details

DiversityAnalyzer() public méthode

public DiversityAnalyzer ( World world ) : System
world World
Résultat System

Variance() public static méthode

Calculates the sample standard deviation.
public static Variance ( IEnumerable data ) : double
data IEnumerable
Résultat double

getAgentResponses() public méthode

public getAgentResponses ( double reading ) : double[][]
reading double
Résultat double[][]

getResponseVariance() public méthode

public getResponseVariance ( double reading ) : double[]
reading double
Résultat double[]

getSensorReadings() public méthode

public getSensorReadings ( ) : double[][]
Résultat double[][]