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.
  • Constructor Details

    • ProposalFunction

      public ProposalFunction(int dimensionOfDomain, int dimensionOfRange)