Click or drag to resize

GridTimeSampledValues.ComputeOverallStandardDeviation 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: 25.1.421.0 (25.1.421.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