Click or drag to resize
Accord.NET (logo)

TwoWayAnova Constructor (Double, Int32, Int32, TwoWayAnovaModel)

Constructs a new TwoWayAnova.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TwoWayAnova(
	double[] samples,
	int[] firstFactorLabels,
	int[] secondFactorLabels,
	TwoWayAnovaModel type = TwoWayAnovaModel.Mixed
)
Request Example View Source

Parameters

samples
Type: SystemDouble
The samples.
firstFactorLabels
Type: SystemInt32
The first factor labels.
secondFactorLabels
Type: SystemInt32
The second factor labels.
type (Optional)
Type: Accord.Statistics.TestingTwoWayAnovaModel
The type of the analysis.
See Also