Method mfh/lincom


  LINCOM make a linear combination of supplied models objects
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: LINCOM makes a linear combination of the input analysis
  objects
 
  CALL:        
               b = lincom(m1, m2, m3, ..., mN, c)
               b = lincom(m1, m2, m3, ..., mN, pest)
               b = lincom([m1, m2, m3, ..., mN], [c1, c2, c3, ..., cN])
               b = lincom(m1, m2, m3, ..., mN, pl)
               b = lincom([m1, m2, m3, ..., aN], pl)
 
 
               If no plist is specified, the last object should be:
                + an AO of type cdata with the coefficients inside OR
                + a vector of AOs of type cdata with individual coefficients OR
                + a pest object with the coefficients
 
  INPUTS:      mi - a list of mfh objects which can be evaluated
               c  - analysis object OR pest object with coefficient(s)
               pl - input parameter list
 
  OUTPUTS:     b  - output analysis object
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class mfh
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
lincom
COEFFS [] none A vector of AOs of type cdata with individual coefficients
or a PEST containing a vector of coefficients
or a vector of numeric coefficients.

Example

plist('COEFFS', [[]])

back to top back to top

Some information of the method mfh/lincom are listed below:
Class name mfh
Method name lincom
Category Signal Processing
Package name ltpda
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team