Click or drag to resize

OneWayAnova(DoubleVector, DoubleVector, Int32) Constructor

Constructs a OneWayAnova object from summarized data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneWayAnova(
	DoubleVector groupMeans,
	DoubleVector groupSSE,
	int[] groupCounts
)

Parameters

groupMeans  DoubleVector
Vector containing the mean for each group.
groupSSE  DoubleVector
Vector of error sum of squares for each group.
groupCounts  Int32
An array containing the number of subjects in each group,
See Also