GridDescriptiveStatistics Methods |
The GridDescriptiveStatistics type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AverageFigureOfMerit(IEnumerable<CoverageGridPointWithResults>, FigureOfMerit<Double>) |
Computes the average of a given figure of merit over the grid (ignoring grid weighting).
|
![]() ![]() | AverageFigureOfMerit(IEnumerable<CoverageGridPointWithResults>, FigureOfMerit<Int32>) |
Computes the average of a given figure of merit over the grid (ignoring grid weighting).
|
![]() ![]() | AverageWeightedFigureOfMerit(IEnumerable<CoverageGridPointWithResults>, FigureOfMerit<Double>) |
Computes the average of a given figure of merit over the grid, based on the grid
point Weights.
|
![]() ![]() | AverageWeightedFigureOfMerit(IEnumerable<CoverageGridPointWithResults>, FigureOfMerit<Int32>) |
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 null 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, IList<IFigureOfMeritDefinition>, 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.
|
![]() ![]() | MaximumFigureOfMerit<T> |
Computes the maximum of a given figure of merit over the grid, based on the grid
point weights (usually area).
|
![]() ![]() | MinimumFigureOfMerit<T> |
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.
|