| GridDescriptiveStatistics Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Coverage.FigureOfMerit
 Syntax
SyntaxThe GridDescriptiveStatistics type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | AverageFigureOfMerit(IEnumerableCoverageGridPointWithResults, FigureOfMeritDouble) | 
            Computes the average of a given figure of merit over the grid (ignoring grid weighting).
             | 
|   | AverageFigureOfMerit(IEnumerableCoverageGridPointWithResults, FigureOfMeritInt32) | 
            Computes the average of a given figure of merit over the grid (ignoring grid weighting).
             | 
|   | AverageWeightedFigureOfMerit(IEnumerableCoverageGridPointWithResults, FigureOfMeritDouble) | 
            Computes the average of a given figure of merit over the grid, based on the grid
            point Weights.
             | 
|   | AverageWeightedFigureOfMerit(IEnumerableCoverageGridPointWithResults, FigureOfMeritInt32) | 
            Computes the average of a given figure of merit over the grid, based on the grid
            point Weights.
             | 
|   | CompleteSatisfactionTime | 
            Gets the earliest time at which satisfaction has been achieved (not necessarily concurrently) for all the
            grid points, or  if one or more grid points are never satisfied.
             | 
|   | ComputeFigureOfMeritData(CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration) | 
            Compute the given figure of merit over the coverage grid.
             | 
|   | ComputeFigureOfMeritData(CoverageResults, IListIFigureOfMeritDefinition, TimeInterval, Duration) | 
            Compute the given figure of merit over the coverage grid.
             | 
|   | InstantaneousPercentCovered | 
            Computes the percentage of the grid that is covered at the given time 
            based on whether each individual grid point representing a given area is covered.  
             | 
|   | InstantaneousWeightCovered | 
            Computes the total weight of the points on the grid that are covered at a given time.
             | 
|   | MaximumFigureOfMeritT | 
            Computes the maximum of a given figure of merit over the grid, based on the grid
            point weights (usually area).
             | 
|   | MinimumFigureOfMeritT | 
            Computes the minimum of a given figure of merit over the grid.
             | 
|   | PercentAccumulated | 
            Given a time after a start time, computes the highest percentage of the grid 
            which has been covered at any one time after the start and before the time of interest. 
             | 
|   | PercentCovered | 
            Computes the percentage of the grid that is covered based on whether each
            individual grid point representing a given area is covered at any time.  
             | 
|   | SatisfactionIntervals | 
            Returns the set of intervals where the entire set of grid points is satisfied.
             | 
|   | UnknownIntervals | 
            Returns the set of intervals where coverage is unknown on any of the grid points.
             | 
|   | WeightOfCoveredPoints | 
            Computes the total weight of the points on the grid which have been covered.
             | 
 See Also
See Also