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

파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AnovaVariationSource ( IAnova anova, string source ) : System

Creates a new object representation of a variation source in an ANOVA experiment.

AnovaVariationSource ( IAnova anova, string source, double sumOfSquares, int degreesOfFreedom ) : System

Creates a new object representation of a variation source in an ANOVA experiment.

AnovaVariationSource ( IAnova anova, string source, double sumOfSquares, int degreesOfFreedom, Accord.Statistics.Testing.FTest test ) : System

Creates a new object representation of a variation source in an ANOVA experiment.

AnovaVariationSource ( IAnova anova, string source, double sumOfSquares, int degreesOfFreedom, double meanSquares ) : System

Creates a new object representation of a variation source in an ANOVA experiment.

AnovaVariationSource ( IAnova anova, string source, double sumOfSquares, int degreesOfFreedom, double meanSquares, Accord.Statistics.Testing.FTest test ) : System

Creates a new object representation of a variation source in an ANOVA experiment.

메소드 상세

AnovaVariationSource() 공개 메소드

Creates a new object representation of a variation source in an ANOVA experiment.
public AnovaVariationSource ( IAnova anova, string source ) : System
anova IAnova The associated ANOVA analysis.
source string The name of the variation source.
리턴 System

AnovaVariationSource() 공개 메소드

Creates a new object representation of a variation source in an ANOVA experiment.
public AnovaVariationSource ( IAnova anova, string source, double sumOfSquares, int degreesOfFreedom ) : System
anova IAnova The associated ANOVA analysis.
source string The name of the variation source.
sumOfSquares double The sum of squares of the source.
degreesOfFreedom int The degrees of freedom for the source.
리턴 System

AnovaVariationSource() 공개 메소드

Creates a new object representation of a variation source in an ANOVA experiment.
public AnovaVariationSource ( IAnova anova, string source, double sumOfSquares, int degreesOfFreedom, Accord.Statistics.Testing.FTest test ) : System
anova IAnova The associated ANOVA analysis.
source string The name of the variation source.
sumOfSquares double The sum of squares of the source.
degreesOfFreedom int The degrees of freedom for the source.
test Accord.Statistics.Testing.FTest The F-Test containing the F-Statistic for the source.
리턴 System

AnovaVariationSource() 공개 메소드

Creates a new object representation of a variation source in an ANOVA experiment.
public AnovaVariationSource ( IAnova anova, string source, double sumOfSquares, int degreesOfFreedom, double meanSquares ) : System
anova IAnova The associated ANOVA analysis.
source string The name of the variation source.
sumOfSquares double The sum of squares of the source.
degreesOfFreedom int The degrees of freedom for the source.
meanSquares double The mean sum of squares of the source.
리턴 System

AnovaVariationSource() 공개 메소드

Creates a new object representation of a variation source in an ANOVA experiment.
public AnovaVariationSource ( IAnova anova, string source, double sumOfSquares, int degreesOfFreedom, double meanSquares, Accord.Statistics.Testing.FTest test ) : System
anova IAnova The associated ANOVA analysis.
source string The name of the variation source.
sumOfSquares double The sum of squares of the source.
degreesOfFreedom int The degrees of freedom for the source.
meanSquares double The mean sum of squares of the source.
test Accord.Statistics.Testing.FTest The F-Test containing the F-Statistic for the source.
리턴 System