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 nKeys
)
Public Sub New (
x As Double(,),
nKeys As Integer
)
public:
TableMultiWay(
array<double,2>^ x,
int nKeys
)
new :
x : float[,] *
nKeys : int -> TableMultiWay
Parameters
- x
- Type: SystemDouble
A double matrix containing the observations and variables.
- nKeys
- Type: SystemInt32
A int array containing the variables(columns) for which
computations are to be performed.
See Also