Click or drag to resize

CoverageGaps Class

A figure of merit which provides statistical information regarding gaps in coverage.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Coverage.FigureOfMeritCoverageGaps

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class CoverageGaps

The CoverageGaps type exposes the following members.

Methods
  NameDescription
Public methodStatic memberTimeAverageGap
The time average length of gaps in coverage, computed as the sum of the square of the gap lengths all divided by the length of the interval of interest.
Public methodStatic memberTotalNumberOfGaps
Computes the total number of gaps in coverage between the given times.
Public methodStatic memberTotalNumberOfGapsInSpan
Computes the total number of gaps which are above a minimum and below a maximum duration.
Top
See Also