public class MCMC_RicianMinimizer extends MCMC_GaussianMinimizer
Constructor and Description |
---|
MCMC_RicianMinimizer()
Default constructor.
|
MCMC_RicianMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Prior p,
Perturbation pb,
double sigma)
Constructor needs all the following:
|
getNumSolutions, getSolutions, setMeasurements
getAcceptanceRate, getParameters, minimise, setInitParams
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
minimise, setInitParams
public MCMC_RicianMinimizer()
public MCMC_RicianMinimizer(DW_Scheme scheme, ParametricModel pm, Codec cod, Prior p, Perturbation pb, double sigma) throws MarkovChainMonteCarloException
scheme
- The acquisition protocolpm
- The diffusion model to fitcod
- The Codec specifying the transformation from modelp
- Prior object specifying the prior distribution on the parameters.pb
- Perturbation object specifying the proposal distributions.sigma
- The expected standard deviation of the noise in the data
to optimized parameters.MarkovChainMonteCarloException