Package dev.nm.analysis.function.rn2rm
Interface RealVectorFunction
- All Known Implementing Classes:
AbstractR1RnFunction
,AbstractRealVectorFunction
,GaussianProposalFunction
,GradientFunction
,HybridMCMCProposalFunction
,ProposalFunction
,RealVectorSubFunction
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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.nm.analysis.function.Function
Function.EvaluationException
-
Method Summary
Methods inherited from interface dev.nm.analysis.function.Function
dimensionOfDomain, dimensionOfRange, evaluate