Interface MetropolisHastings.ProposalDensityFunction
-
- Enclosing class:
- MetropolisHastings
public static interface MetropolisHastings.ProposalDensityFunctionDefines the density of a proposal function, i.e. a function that gives the unnormalized probability density of transitioning from one state to another.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleevaluate(Vector x, Vector y)Evaluates the density at the given points.
-