GridDescriptiveStatisticsAverageFigureOfMerit Method (IEnumerableCoverageGridPointWithResults, FigureOfMeritDouble) |
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.2.419.0 (24.2.419.0)
Syntax public static double AverageFigureOfMerit(
IEnumerable<CoverageGridPointWithResults> gridPoints,
FigureOfMerit<double> function
)
Public Shared Function AverageFigureOfMerit (
gridPoints As IEnumerable(Of CoverageGridPointWithResults),
function As FigureOfMerit(Of Double)
) As Double
public:
static double AverageFigureOfMerit(
IEnumerable<CoverageGridPointWithResults^>^ gridPoints,
FigureOfMerit<double>^ function
)
static member AverageFigureOfMerit :
gridPoints : IEnumerable<CoverageGridPointWithResults> *
function : FigureOfMerit<float> -> float
Parameters
- gridPoints
- Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The coverage grid points. These points must contain results. - function
- Type: AGI.Foundation.Coverage.FigureOfMeritFigureOfMeritDouble
The figure of merit to average.
Return Value
Type:
DoubleThe average of the given figure of merit.
See Also