Constructor for TableMultiWay.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public TableMultiWay(
	double[,] x,
	int[] indkeys
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double(,), _
	indkeys As Integer() _
)
Visual C++
public:
TableMultiWay(
	array<double,2>^ x, 
	array<int>^ indkeys
)

Parameters

x
Type: array< System..::.Double ,2>[,](,)[,]
A double matrix containing the observations and variables.
indkeys
Type: array< System..::.Int32 >[]()[]
A int array containing the variables(columns) for which computations are to be performed.

See Also