Click or drag to resize

OneWayAnova(DoubleVector) Constructor

Constructs a OneWayAnova instance from data in the given array of vectors.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneWayAnova(
	DoubleVector[] data
)

Parameters

data  DoubleVector
An array of vectors. Each vector in the array contains the data for a group.
See Also