Uses of Package
dev.nm.stat.random.rng.multivariate.mcmc.proposalfunction
-
Classes in dev.nm.stat.random.rng.multivariate.mcmc.proposalfunction used by dev.nm.stat.random.rng.multivariate.mcmc.metropolis Class Description ProposalFunction A proposal function goes from the current state to the next state, where a state is a vector. -
Classes in dev.nm.stat.random.rng.multivariate.mcmc.proposalfunction used by dev.nm.stat.random.rng.multivariate.mcmc.proposalfunction Class Description 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.ProposalFunction A proposal function goes from the current state to the next state, where a state is a vector.