public class VariateOutputPair
extends java.lang.Object
Constructor and Description |
---|
VariateOutputPair(double[] adblVariate,
double[] adblOutput)
VariateOutputPair Constructor
|
Modifier and Type | Method and Description |
---|---|
double[] |
output()
Retrieve the Function Output Value Array
|
double[] |
variates()
Retrieve the Variate Array
|