|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omegahat.Simulation.MCMC.Proposals.KernelProposal | +--org.omegahat.Simulation.MCMC.Proposals.NormalDualKernelProposal
Fields inherited from class org.omegahat.Simulation.MCMC.Proposals.KernelProposal |
kernel, prng |
Constructor Summary | |
protected |
NormalDualKernelProposal()
|
|
NormalDualKernelProposal(double[] mean1,
double[][] var1,
double[][] var2,
double mixing,
PRNG prng)
|
|
NormalDualKernelProposal(int dimensions,
PRNG prng)
|
Method Summary | |
static double |
computeOptimalAdjust(int dim,
int nsamplers)
|
int |
dim()
|
Methods inherited from class org.omegahat.Simulation.MCMC.Proposals.KernelProposal |
conditionalPDF, generate, getKernel, getPRNG, logConditionalPDF, logTransitionProbability, setKernel, setPRNG, transitionProbability |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
protected NormalDualKernelProposal()
public NormalDualKernelProposal(int dimensions, PRNG prng)
public NormalDualKernelProposal(double[] mean1, double[][] var1, double[][] var2, double mixing, PRNG prng)
Method Detail |
public int dim()
public static double computeOptimalAdjust(int dim, int nsamplers)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |