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
public abstract class ProposalFunction extends AbstractRealVectorFunction
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 Constructor Description ProposalFunction(int dimensionOfDomain, int dimensionOfRange)
-
Method Summary
-
Methods inherited from class dev.nm.analysis.function.rn2rm.AbstractRealVectorFunction
dimensionOfDomain, dimensionOfRange
-
-