public class Stick extends ParametricModel
Constructor and Description |
---|
Stick()
constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getSignal(double[] params,
DW_Scheme rawScheme,
int i)
Returns the signals for the i-th measurement of specified
scheme from the model using the specified model parameters.
|
RealMatrix |
getSignals(double[] params,
DW_Scheme rawScheme)
generates signals from this compartment for each line
in the scheme given.
|
getJacobian_old, getJacobian, getJacobian, numParams
public Stick()
params
- params arraypublic RealMatrix getSignals(double[] params, DW_Scheme rawScheme)
getSignals
in class ParametricModel
scheme
- scan specificspublic double getSignal(double[] params, DW_Scheme rawScheme, int i)
ParametricModel
getSignal
in class ParametricModel
params
- The model parametersrawScheme
- The acquisition schemei
- Index of the scheme entry to compute the signal for