UnivariateEntireDetectionResult.UpperMargins Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)