public class LM_OffGaussMinimizer extends LM_GaussianMinimizer
Constructor and Description |
---|
LM_OffGaussMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
double sigma)
Constructor needs all the following:
|
getNumSolutions, getSolutions, minimise, setMeasurements
getCONVERGETHRESH, getFObjVal, getParameters, setConvergence, setCONVERGETHRESH, setInitParams, setMAXITER
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setInitParams
public LM_OffGaussMinimizer(DW_Scheme scheme, ParametricModel pm, Codec cod, double sigma) throws MarquardtMinimiserException
scheme
- The acquisition protocolpm
- The model to fitcod
- The Codec specifying the transformation from model
to optimized parameters.sigma
- Standard deviations of the Gaussian noise
distribution in each channel.MarquardtMinimiserException