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)
Syntaxpublic double ComputeOverallMean()
Public Function ComputeOverallMean As Double
public:
double ComputeOverallMean()
member ComputeOverallMean : unit -> float
Return Value
Type:
DoubleThe overall mean value of the combined figure of merit data.
Exceptions
See Also