Click or drag to resize

GridDescriptiveStatisticsComputeFigureOfMeritData Method (CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration)

Compute the given figure of merit over the coverage grid.

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 GridTimeSampledValues ComputeFigureOfMeritData(
	CoverageResults grid,
	IFigureOfMeritDefinition figureOfMerit,
	TimeInterval interval,
	Duration stepsize
)

Parameters

grid
Type: AGI.Foundation.CoverageCoverageResults
The coverage grid results.
figureOfMerit
Type: AGI.Foundation.Coverage.FigureOfMeritIFigureOfMeritDefinition
The figure of merit to compute.
interval
Type: AGI.Foundation.TimeTimeInterval
The time interval over which to compute.
stepsize
Type: AGI.Foundation.TimeDuration
The step size at which to compute.

Return Value

Type: GridTimeSampledValues
A dataset containing the figure of merit data for each grid point sampled over time.
Remarks
See Also