TableMultiWay Constructor (Double, Int32) |
Constructor for TableMultiWay.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public TableMultiWay(
double[,] x,
int[] indkeys
)
Public Sub New (
x As Double(,),
indkeys As Integer()
)
public:
TableMultiWay(
array<double,2>^ x,
array<int>^ indkeys
)
new :
x : float[,] *
indkeys : int[] -> TableMultiWay
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