Uses of Class
dev.nm.analysis.function.rn2rm.AbstractRealVectorFunction
-
Packages that use AbstractRealVectorFunction Package Description dev.nm.analysis.function.rn2rm dev.nm.stat.random.rng.multivariate.mcmc.proposalfunction -
-
Uses of AbstractRealVectorFunction in dev.nm.analysis.function.rn2rm
Subclasses of AbstractRealVectorFunction in dev.nm.analysis.function.rn2rm Modifier and Type Class Description class
AbstractR1RnFunction
This is a function that takes one real argument and outputs one vector value. -
Uses of AbstractRealVectorFunction in dev.nm.stat.random.rng.multivariate.mcmc.proposalfunction
Subclasses of AbstractRealVectorFunction in dev.nm.stat.random.rng.multivariate.mcmc.proposalfunction Modifier and Type Class Description class
GaussianProposalFunction
A proposal generator where each perturbation is a random vector, where each element is drawn from a standard Normal distribution, multiplied by a scale matrix.class
HybridMCMCProposalFunction
class
ProposalFunction
A proposal function goes from the current state to the next state, where a state is a vector.
-