public static interface Statistic.VectorVectorFunction
Modifier and Type | Method and Description |
---|---|
double |
apply(DoubleMatrix1D x,
DoubleMatrix1D y)
Applies a function to two argument vectors.
|
double apply(DoubleMatrix1D x, DoubleMatrix1D y)
x
- the first argument vector passed to the function.y
- the second argument vector passed to the function.Jas4pp 1.5 © Java Analysis Studio for Particle Physics