C# Class social_learning.ListExtensions

Show file Open project: tansey/social-learning

Public Methods

Method Description
Stdev ( this data ) : double

Calculates the sample standard deviation.

Stdev ( this data ) : double

Calculates the sample standard deviation.

Method Details

Stdev() public static method

Calculates the sample standard deviation.
public static Stdev ( this data ) : double
data this
return double

Stdev() public static method

Calculates the sample standard deviation.
public static Stdev ( this data ) : double
data this
return double