Click or drag to resize

GridDescriptiveStatisticsPercentAccumulated Method

Given a time after a start time, computes the highest percentage of the grid which has been covered at any one time after the start and before the time of interest.

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 double[] PercentAccumulated(
	IEnumerable<CoverageGridPointWithResults> gridPoints,
	JulianDate start,
	JulianDate stop,
	Duration step
)

Parameters

gridPoints
Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The coverage grid which must contain the coverage intervals on each of the grid points.
start
Type: AGI.Foundation.TimeJulianDate
The start of the coverage accumulation.
stop
Type: AGI.Foundation.TimeJulianDate
The time of interest at which to report the accumulated percent coverage.
step
Type: AGI.Foundation.TimeDuration
The time step at which to sample the coverage intervals.

Return Value

Type: Double
The accumulated percent of grid which has been covered.
See Also