C# 클래스 Accord.Statistics.Testing.LeveneTest

상속: Accord.Statistics.Testing.FTest
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
LeveneTest ( double samples, bool median = false ) : System

Tests the null hypothesis that all group variances are equal.

LeveneTest ( double samples, double percent ) : System

Tests the null hypothesis that all group variances are equal.

비공개 메소드들

메소드 설명
compute ( double samples, LeveneTestMethod method, double percent ) : void

메소드 상세

LeveneTest() 공개 메소드

Tests the null hypothesis that all group variances are equal.
public LeveneTest ( double samples, bool median = false ) : System
samples double The grouped samples.
median bool True to use the median in the Levene calculation. /// False to use the mean. Default is false (use the mean).
리턴 System

LeveneTest() 공개 메소드

Tests the null hypothesis that all group variances are equal.
public LeveneTest ( double samples, double percent ) : System
samples double The grouped samples.
percent double The percentage of observations to discard /// from the sample when computing the test with the truncated mean.
리턴 System