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.2.419.0 (24.2.419.0)
Syntax public double ComputeOverallPercentile(
double percentile
)
Public Function ComputeOverallPercentile (
percentile As Double
) As Double
public:
double ComputeOverallPercentile(
double percentile
)
member ComputeOverallPercentile :
percentile : float -> float
Parameters
- percentile
- Type: SystemDouble
The percentile value (1-100) indicating the location in the sorted list.
Return Value
Type:
DoubleThe value of the figure of merit at the given percentile.
Exceptions See Also