LTPDA Toolbox™ | contents | ![]() ![]() |
EVALUATEMODEL evaluate a curvefit model. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: EVALUATEMODEL evaluate a curvefit model. CALL: b = evaluateModel(a, pl) INPUTS: a - input AO(s) containing parameter values. The parameter values are collected from the Y data of all input cdata AOs. The most common approach would be one AO per parameter, or a single AO with all parameters in. pl - parameter list (see below) OUTPUTs: b - an AO containing the model evaluated at the give X values, with the given parameter values. Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ao |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
FUNCTION | '' | none | The function to evaluate. The function should be parameterized by the vector of parameters P, the cell-array ADDP, and the x-vector Xdata. |
ADDP | {} [0x0] | none | A cell-array of additional parameters to pass to the target function |
DTYPE | 'xydata' |
|
The data type to interpret this model as. |
XDATA | [] | none | The X values to evaluate the model at. This can be a vector or an AO (from which the Xdata will be extracted). |
Some information of the method ao/evaluateModel are listed below: | |
---|---|
Class name | ao |
Method name | evaluateModel |
Category | Signal Processing |
Package name | ltpda |
VCS Version | 3f8d61c792503a5b5ec8a0a153efb23b65da24a9 |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: ao/eqmotion | Method: ao/fft | ![]() |
©LTP Team