Click or drag to resize

GridDescriptiveStatisticsComputeFigureOfMeritData Method (CoverageResults, IListIFigureOfMeritDefinition, 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 IList<GridTimeSampledValues> ComputeFigureOfMeritData(
	CoverageResults grid,
	IList<IFigureOfMeritDefinition> figuresOfMerit,
	TimeInterval interval,
	Duration stepsize
)

Parameters

grid
Type: AGI.Foundation.CoverageCoverageResults
The coverage grid results.
figuresOfMerit
Type: System.Collections.GenericIListIFigureOfMeritDefinition
The list of figures 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: IListGridTimeSampledValues
A list corresponding to the figuresOfMerit containing the data for each grid point sampled over time.
Remarks
See Also