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, nChannel )

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

bullet.gif    nChannel is an optional parameter that specifies the target channel when fitting multi-channel data.

Remarks

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

CLsqFit class, ForceCoef, IsCoefForced, ResetForcedCoefs, GetPolyCoefIndex


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.