C# Класс Accord.Statistics.Testing.AnovaVariationSource

Показать файл Открыть проект Примеры использования класса

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