Touchstone 11.0 API Reference
WindowOfEvents Property


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.Data Namespace > MarginalImpactLossAnalysisOptions Class : WindowOfEvents Property
(Optional) Specifies the number of points on the EP (exceedance probability) curve that Touchstone® should average to replace an outlying EP point. For example, if you specify 3, Touchstone® replaces the value of any outlying EP points with the average of the values of the six EP points surrounding the outlying EP point.
Syntax
Public Property WindowOfEvents As Short
Dim instance As MarginalImpactLossAnalysisOptions
Dim value As Short
 
instance.WindowOfEvents = value
 
value = instance.WindowOfEvents
public short WindowOfEvents {get; set;}
Remarks
The EP curve resulting from a marginal impact analysis may include outlying EP points. You can enable Touchstone to replace the value of an outlying EP point with the average of the values of the EP points surrounding the outlying EP point to mitigate the impact of the outlying values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MarginalImpactLossAnalysisOptions Class
MarginalImpactLossAnalysisOptions Members