Click or drag to resize
Accord.NET (logo)

AnovaVariationSource Constructor (IAnova, String, Double, Int32, Double, FTest)

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

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public AnovaVariationSource(
	IAnova anova,
	string source,
	double sumOfSquares,
	int degreesOfFreedom,
	double meanSquares,
	FTest test
)
Request Example View Source

Parameters

anova
Type: Accord.Statistics.TestingIAnova
The associated ANOVA analysis.
source
Type: SystemString
The name of the variation source.
sumOfSquares
Type: SystemDouble
The sum of squares of the source.
degreesOfFreedom
Type: SystemInt32
The degrees of freedom for the source.
meanSquares
Type: SystemDouble
The mean sum of squares of the source.
test
Type: Accord.Statistics.TestingFTest
The F-Test containing the F-Statistic for the source.
See Also