ARMAOutlierIdentificationDelta Property |
The dampening effect parameter.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Delta { get; set; }
Public Property Delta As Double
Get
Set
public:
property double Delta {
double get ();
void set (double value);
}
member Delta : float with get, set
Property Value
Type:
Double
A
double scalar, the dampening effect parameter
used in the detection of a Temporary Change Outlier (TC).
Default: Delta = 0.
Remarks
The dampening effect parameter must be greater than 0
and less than 1.
See Also