Click or drag to resize

OneWayAnovaSetData(DoubleVector) Method

Performs a one-way ANOVA from data in the given array of vectors.

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

Parameters

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