Share via


UnivariateEntireDetectionResult.IsNegativeAnomaly Property

Definition

Anomaly status in a negative direction for each input point. True means a negative anomaly has been detected. A negative anomaly means the point is detected as an anomaly and its real value is smaller than the expected one. The index of the array is consistent with the input series.

public System.Collections.Generic.IReadOnlyList<bool> IsNegativeAnomaly { get; }
member this.IsNegativeAnomaly : System.Collections.Generic.IReadOnlyList<bool>
Public ReadOnly Property IsNegativeAnomaly As IReadOnlyList(Of Boolean)

Property Value

Applies to