public class BallAndStickModel extends ParametricModel
Constructor and Description |
---|
BallAndStickModel() |
Modifier and Type | Method and Description |
---|---|
double |
getSignal(double[] modParams,
DW_Scheme scheme,
int i)
Returns the signals for the i-th measurement of specified
scheme from the model using the specified model parameters.
|
RealMatrix |
getSignals(double[] modParams,
DW_Scheme scheme)
Returns a list of signals for the specified scheme from the
model using the specified model parameters.
|
getJacobian_old, getJacobian, getJacobian, numParams
public RealMatrix getSignals(double[] modParams, DW_Scheme scheme)
ParametricModel
getSignals
in class ParametricModel
modParams
- The model parametersscheme
- The acquisition schemepublic double getSignal(double[] modParams, DW_Scheme scheme, int i)
ParametricModel
getSignal
in class ParametricModel
modParams
- The model parametersscheme
- The acquisition schemei
- Index of the scheme entry to compute the signal for