CLsqFit:SetRejCycles CLsqFit:GetNumPts

CLsqFit:GetRejCycles


The GetRejCycles method returns the number of rejection cycles currently used for data rejection.

Syntax

nCycles = CLsqFit:GetRejCycles( nChannel* )

n1, n2, n3, n4 = CLsqFit:GetRejCycles()

Remarks

This function returns the number of rejection cycles used for Rejecting Outliers from one or all channels of data. In the second form, with no channel specified, the number of return values equals the number of channels currently configured. The number of rejection cycles defaults to 3 but may be changed using SetRejCycles.

Related Topics

CLsqFit class, SetRejCycles, SetNumChannels, Rejecting Outliers from the Fit