public class ListDistributionCompartment extends ParametricModel
Constructor and Description |
---|
ListDistributionCompartment(double[][] param,
java.lang.String compName,
int numParams)
constructor.
|
ListDistributionCompartment(int numParams,
ParametricModel model) |
Modifier and Type | Method and Description |
---|---|
double |
getSignal(double[] params,
DW_Scheme scheme,
int line)
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 scheme)
Returns a list of signals for the specified scheme from the
model using the specified model parameters.
|
getJacobian_old, getJacobian, getJacobian, numParams
public ListDistributionCompartment(int numParams, ParametricModel model)
public ListDistributionCompartment(double[][] param, java.lang.String compName, int numParams)
public RealMatrix getSignals(double[] params, DW_Scheme scheme)
ParametricModel
getSignals
in class ParametricModel
params
- The model parametersscheme
- The acquisition schemepublic double getSignal(double[] params, DW_Scheme scheme, int line)
ParametricModel
getSignal
in class ParametricModel
params
- The model parametersscheme
- The acquisition schemeline
- Index of the scheme entry to compute the signal for