SphericalDescriptiveStatisticsDispersionAboutPosition Method |
Calculates the dispersion about a given input position.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static double DispersionAboutPosition(
IList<UnitCartesian> dataList,
UnitSpherical position
)
Public Shared Function DispersionAboutPosition (
dataList As IList(Of UnitCartesian),
position As UnitSpherical
) As Double
public:
static double DispersionAboutPosition(
IList<UnitCartesian>^ dataList,
UnitSpherical position
)
static member DispersionAboutPosition :
dataList : IList<UnitCartesian> *
position : UnitSpherical -> float
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:
DoubleThe dispersion about the given input position.
See Also