CLsqFit:SetRejDefault


The SetRejDefault method sets the data rejection parameters to default values. The default parameters are automatically invoked when you enable data rejection using DoRejection.

Syntax

CLsqFit:SetRejDefault()

CLsqFit:SetRejDefault( nChannel )

where

    nChannel an optional parameter which specifies the channel. If omitted, default data rejection values are set for all channels.

  

If you do not use SetRejSigmaHigh, SetRejSigmaLow, or SetRejCycles to change the rejection parameters, then data rejection automatically uses the default parameters. The default values are sSigmaHigh = "2.8,2.8,2.8", sSigmaLow ="2.8,2.8,2.8", and nCycles = 3. For a description, see Rejecting Outliers from the Fit.

If the nChannel parameter is absent, default parameters are assigned to all channels.

Related Topics

SetRejSigmaHigh

SetRejSigmaLow

SetRejCycles

CLsqFit class

Rejecting Outliers from the Fit