Click or drag to resize

SphericalDescriptiveStatisticsDispersionAboutPosition Method

Calculates the dispersion about a given input position.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double DispersionAboutPosition(
	IList<UnitCartesian> dataList,
	UnitSpherical position
)

Parameters

dataList
Type: System.Collections.GenericIListUnitCartesian
The list of data to use to calculate the dispersion.
position
Type: AGI.Foundation.CoordinatesUnitSpherical
The position about which the dispersion should be calculated.

Return Value

Type: Double
The dispersion about the given input position.
See Also