Package org.drip.measure.continuous
Class MultivariateMeta
java.lang.Object
org.drip.measure.continuous.MultivariateMeta
public class MultivariateMeta
extends java.lang.Object
MultivariateMeta holds a Group of Variable Names - each of which separately is a Valid Single
R1/Rd Variable.
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Rd Continuous/Discrete Probability Measures
- Package = R1 and Rd Continuous Random Measure
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description MultivariateMeta(java.lang.String[] astrName)
MultivariateMeta Constructor -
Method Summary
Modifier and Type Method Description java.lang.String[]
names()
Retrieve the Array of the Variate Namesint
numVariable()
Retrieve the Number of Variateint
variateIndex(java.lang.String strName)
Retrieve the Index of the Named VariateMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MultivariateMeta
public MultivariateMeta(java.lang.String[] astrName) throws java.lang.ExceptionMultivariateMeta Constructor- Parameters:
astrName
- Array of the Variate Names- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
numVariable
public int numVariable()Retrieve the Number of Variate- Returns:
- The Number of Variate
-
names
public java.lang.String[] names()Retrieve the Array of the Variate Names- Returns:
- The Array of the Variate Names
-
variateIndex
public int variateIndex(java.lang.String strName)Retrieve the Index of the Named Variate- Parameters:
strName
- The Named Variate- Returns:
- Index of the Named Variate
-