public class MultivariateMeta
extends java.lang.Object
Constructor and Description |
---|
MultivariateMeta(java.lang.String[] astrName)
MultivariateMeta Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
names()
Retrieve the Array of the Variate Names
|
int |
numVariable()
Retrieve the Number of Variate
|
int |
variateIndex(java.lang.String strName)
Retrieve the Index of the Named Variate
|
public MultivariateMeta(java.lang.String[] astrName) throws java.lang.Exception
astrName
- Array of the Variate Namesjava.lang.Exception
- Thrown if the Inputs are Invalidpublic int numVariable()
public java.lang.String[] names()
public int variateIndex(java.lang.String strName)
strName
- The Named Variate