| Package | Description | 
|---|---|
| agi.foundation.coverage.figureofmerit | 
 Contains types for computing statistical data on coverage calculations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TimeSampledValues | 
TimeSampledValues.computeData(CoverageData coverage,
           TimeInterval interval,
           Duration step,
           Scalar figureOfMerit)
Compute the figure of merit data for the given set of results. 
 | 
static TimeSampledValues | 
TimeSampledValues.computeData(TimeIntervalCollection intervals,
           TimeInterval samplingInterval,
           Duration step,
           Scalar function)
Compute the figure of merit data for the given set of results. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<TimeSampledValues> | 
GridTimeSampledValues.getGridPointData()
Gets the list of grid point data. 
 |