public class ZeppelinCylinderDotMCMC_GaussianFitter extends MCMC_Fitter
Constructor and Description |
---|
ZeppelinCylinderDotMCMC_GaussianFitter()
Default constructor required for derived classes.
|
ZeppelinCylinderDotMCMC_GaussianFitter(DW_Scheme scheme)
Basic constructor extracts model particulars and calls
full constructor.
|
ZeppelinCylinderDotMCMC_GaussianFitter(DW_Scheme scheme,
java.lang.String[] compNames,
double[] initialParams)
Constructor sets up various required objects for MCMC.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
fit
getDirectionIndex, getNumValuesPerRun, getNumValuesPerSolution
public ZeppelinCylinderDotMCMC_GaussianFitter()
public ZeppelinCylinderDotMCMC_GaussianFitter(DW_Scheme scheme)
scheme
- The imaging protocol.public ZeppelinCylinderDotMCMC_GaussianFitter(DW_Scheme scheme, java.lang.String[] compNames, double[] initialParams)
scheme
- The imaging protocol.compNames
- the compartment names.initialParams
- the initial parameters.