public class Zeppelin extends ParametricModel
Constructor and Description |
---|
Zeppelin()
constructor.
|
Modifier and Type | Method and Description |
---|---|
RealMatrix |
getJacobian(double[] modParams,
DW_Scheme scheme) |
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, numParams
public Zeppelin()
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 forpublic RealMatrix getJacobian(double[] modParams, DW_Scheme scheme)
getJacobian
in class ParametricModel