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
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).
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 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team