ProposalGenerator

scalismo.sampling.ProposalGenerator

proposal distribution sampler for Metropolis-Hastings MCMC

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def propose(current: A): A

draw a sample from this proposal distribution, may depend on current state

draw a sample from this proposal distribution, may depend on current state

Attributes