Click or drag to resize

GridDescriptiveStatisticsAverageFigureOfMerit Method (IEnumerableCoverageGridPointWithResults, FigureOfMeritInt32)

Computes the average of a given figure of merit over the grid (ignoring grid weighting).

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 AverageFigureOfMerit(
	IEnumerable<CoverageGridPointWithResults> gridPoints,
	FigureOfMerit<int> function
)

Parameters

gridPoints
Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The coverage grid points. These points must contain results.
function
Type: AGI.Foundation.Coverage.FigureOfMeritFigureOfMeritInt32
The figure of merit to average.

Return Value

Type: Double
The average of the given figure of merit.
See Also