GridTimeSampledValues.ComputeOverallPercentile 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
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