Class ProposalFunction
java.lang.Object
dev.nm.analysis.function.rn2rm.AbstractRealVectorFunction
dev.nm.stat.random.rng.multivariate.mcmc.proposalfunction.ProposalFunction
- All Implemented Interfaces:
Function<Vector,
,Vector> RealVectorFunction
- Direct Known Subclasses:
GaussianProposalFunction
A proposal function goes from the current state to the next state, where a state is a vector.
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.nm.analysis.function.Function
Function.EvaluationException
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.nm.analysis.function.rn2rm.AbstractRealVectorFunction
dimensionOfDomain, dimensionOfRange
-
Constructor Details
-
ProposalFunction
public ProposalFunction(int dimensionOfDomain, int dimensionOfRange)
-