Click or drag to resize

GridTimeSampledValues.ComputeOverallMean Method

Computes the mean value of the entire combined data set (not the mean value of the individual mean values).

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double ComputeOverallMean()

Return Value

Type: Double
The overall mean value of the combined figure of merit data.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when GridPointData is empty.
See Also