Click or drag to resize

GridTimeSampledValuesComputeOverallStandardDeviation Method

Computes the standard deviation for the combined data set (not the standard deviation of the standard deviations).

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 ComputeOverallStandardDeviation()

Return Value

Type: Double
The overall standard deviation of the figure of merit data set.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when GridPointData is empty.
See Also