The dampening effect parameter.

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

Syntax

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

Field Value

A double scalar, the dampening effect parameter used in the detection of a Temporary Change Outlier (TC). The scalar must be greater than 0 and less than 1.

Default: Delta = 0.7.

See Also