Click or drag to resize

GridTimeSampledValuesComputeOverallMean 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: 24.1.418.0 (24.1.418.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