Package | Description |
---|---|
optimizers |
Modifier and Type | Method and Description |
---|---|
void |
MarkovChainMonteCarlo.minimise()
Runs the minimization.
|
void |
MarkovChainMonteCarlo.setInitParams(double[] aInit)
Sets the initial values of the parameters.
|
void |
MCMC_Minimizer.setMeasurements(double[] newMeas)
Initializes the fitting procedure with a new set of
measurements (dependent variables).
|
Constructor and Description |
---|
MCMC_GaussianMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Prior p,
Perturbation pb,
double sigma)
Constructor needs all the following:
|
MCMC_OffGaussMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Prior p,
Perturbation pb,
double sigma)
Constructor needs all the following:
|
MCMC_RicianMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Prior p,
Perturbation pb,
double sigma)
Constructor needs all the following:
|