The critical value used as a threshold during outlier detection.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double CriticalValue { get; set; }
Visual Basic (Declaration)
Public Property CriticalValue As Double
Visual C++
public:
property double CriticalValue {
	double get ();
	void set (double value);
}

Field Value

A double scalar, the critical value used as a threshold for the statistics used in the outlier detection.

Default: CriticalValue = 3.0.

Remarks

The critical value must be greater than zero.

See Also