Interface Statistic.VectorVectorFunction
- Enclosing class:
Statistic
public static interface Statistic.VectorVectorFunction
Interface that represents a function object: a function that takes
two argument vectors and returns a single value.
- Version:
- 1.0, 09/24/99
-
Method Summary
Modifier and TypeMethodDescriptiondoubleApplies a function to two argument vectors.
-
Method Details
-
apply
Applies a function to two argument vectors.- Parameters:
x- the first argument vector passed to the function.y- the second argument vector passed to the function.- Returns:
- the result of the function.
-