public class HybridMCMCProposalFunction extends GaussianProposalFunction
Function.EvaluationException| Constructor and Description |
|---|
HybridMCMCProposalFunction(Vector m,
RandomLongGenerator uniform)
Constructs a hybrid MC proposal function.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
evaluate(Vector x)
Evaluate the function f at x, where x is from the domain.
|
dimensionOfDomain, dimensionOfRangepublic HybridMCMCProposalFunction(Vector m, RandomLongGenerator uniform)
m - the mass of the individual componentsuniform - a uniform random number generator to be usedCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.