UnivariateEntireDetectionResult.UpperMargins Property

Definition

Upper margin of each input point. UpperMargin is used to calculate upperBoundary, which is equal to expectedValue + (100 - marginScale)*upperMargin. Anomalies in the response can be filtered by upperBoundary and lowerBoundary. Adjusting the marginScale value can help filter less significant anomalies on the client side. The index of the array is consistent with the input series.

public System.Collections.Generic.IReadOnlyList<float> UpperMargins { get; }
member this.UpperMargins : System.Collections.Generic.IReadOnlyList<single>
Public ReadOnly Property UpperMargins As IReadOnlyList(Of Single)

Property Value

Applies to