Click or drag to resize

GridTimeSampledValuesComputeOverallPercentile Method

Computes the figure of merit value which is closest to the given percentile after sorting the combined figure of merit data from smallest to largest.

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 double ComputeOverallPercentile(
	double percentile
)

Parameters

percentile
Type: SystemDouble
The percentile value (1-100) indicating the location in the sorted list.

Return Value

Type: Double
The value of the figure of merit at the given percentile.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when GridPointData is empty.
See Also