Method ao/evaluateModel


  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

Parameter Description

Default

no description
Key Default Value Options Description
evaluateModel
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'
  • 'xydata'
  • 'fsdata'
  • 'tsdata'
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).

Example

plist('FUNCTION', '', 'ADDP', cell(0,0), 'DTYPE', 'xydata', 'XDATA', [[]])

back to top back to top

Some information of the method ao/evaluateModel are listed below:
Class name ao
Method name evaluateModel
Category Signal Processing
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team