IEmCensus2Settings.SigmaUpper

Fore syntax

SigmaUpper: Double;

Fore.NET syntax

SigmaUpper: double;

Description

The SigmaUpper property determines sigma upper limit.

Comments

By default SigmaUpper = 2.5. Sigma lower limit is determined by the IEmCensus2Settings.SigmaLower 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