Click or drag to resize
TableMultiWay Constructor (Double, Int32)
Constructor for TableMultiWay.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public TableMultiWay(
	double[,] x,
	int[] indkeys
)

Parameters

x
Type: SystemDouble
A double matrix containing the observations and variables.
indkeys
Type: SystemInt32
A int array containing the variables(columns) for which computations are to be performed.
See Also