IEmCensus2Settings.SigmaLower

Fore syntax

SigmaLower: Double;

Fore.NET syntax

SigmaLower: double;

Description

The SigmaLower property determines sigma lower limit.

Comments

By default SigmaLower = 1.5. Sigma upper limit is determined by the IEmCensus2Settings.SigmaUpper property.

By setting the lower sigma limit and the upper sigma limit, you decrease the outliers effect on estimates by excluding the values which are outside a certain range or by transforming these values.

Fore and Fore.NET examples

The property use is given in the example for IEmCensus2Settings.Serie.

See also:

IEmCensus2Settings