CLsqFit:UnforceCoef


The UnforceCoef method returns a forced coefficient to the set of free parameters of the fit.

Syntax

CLsqFit:UnforceCoef( nIndex )

CLsqFit:UnforceCoef( nIndex, nChan )

where

    nIndex is the index of the coefficient in the set of coefficients of the fit. This is a 1-based number.

    nChan is an optional parameter that specifies the target channel when fitting multi-channel data.

  

If you are doing a complex fitting procedure and do not remember which coefficients were forced, use the IsCoefForced method to determine if a particular coefficient was forced. To fit all coefficients after some were forced, you can remove all forcing in one step using ResetForcedCoefs.

Related Topics

ForceCoef

IsCoefForced

ResetForcedCoefs

GetPolyCoefIndex

CLsqFit class