public class GDRCylinders extends ListDistributionCompartment
Constructor and Description |
---|
GDRCylinders()
constructor with nothing
|
GDRCylinders(double k,
double beta,
double theta,
double phi,
double d)
constructor with default number of bins
|
GDRCylinders(double k,
double beta,
double theta,
double phi,
double d,
int numBins)
constructor with specified number of bins
|
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 GDRCylinders()
public GDRCylinders(double k, double beta, double theta, double phi, double d, int numBins)
bins
- number of binspublic GDRCylinders(double k, double beta, double theta, double phi, double d)
public RealMatrix getSignals(double[] params, DW_Scheme rawScheme)
getSignals
in class ListDistributionCompartment
scheme
- scan specificspublic double getSignal(double[] params, DW_Scheme rawScheme, int i)
ParametricModel
getSignal
in class ListDistributionCompartment
params
- The model parametersrawScheme
- The acquisition schemei
- Index of the scheme entry to compute the signal for