Interface RealVectorFunction

All Superinterfaces:
Function<Vector,Vector>
All Known Implementing Classes:
AbstractR1RnFunction, AbstractRealVectorFunction, GaussianProposalFunction, GradientFunction, HybridMCMCProposalFunction, ProposalFunction, RealVectorSubFunction

public interface RealVectorFunction extends Function<Vector,Vector>
A vector-valued function a \(R^n \rightarrow R^m\) function, \([y_1,...,y_m] = f(x_1,...,x_n)\). The function takes n real arguments and output m real values in the form of a vector.
See Also: