C# 클래스 social_learning.ListExtensions

파일 보기 프로젝트 열기: tansey/social-learning

공개 메소드들

메소드 설명
Stdev ( this data ) : double

Calculates the sample standard deviation.

Stdev ( this data ) : double

Calculates the sample standard deviation.

메소드 상세

Stdev() 공개 정적인 메소드

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

Stdev() 공개 정적인 메소드

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