EntireDetectResponse.UpperMargins Property

Definition

Gets or sets upperMargins contain upper margin of each input point. UpperMargin is used to calculate upperBoundary, which equals to expectedValue + (100 - marginScale)*upperMargin. Anomalies in response can be filtered by upperBoundary and lowerBoundary. By adjusting marginScale value, less significant anomalies can be filtered in client side. The index of the array is consistent with the input series.

[Newtonsoft.Json.JsonProperty(PropertyName="upperMargins")]
public System.Collections.Generic.IList<double> UpperMargins { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="upperMargins")>]
member this.UpperMargins : System.Collections.Generic.IList<double> with get, set
Public Property UpperMargins As IList(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to