Click or drag to resize

GridTimeSampledValuesComputeOverallRootMeanSquare Method

Computes the root mean square average of the entire combined data set (not the root mean square of the individual root mean square 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 ComputeOverallRootMeanSquare()

Return Value

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