Click or drag to resize

SphericalDescriptiveStatistics.Variance Method

Calculates the variance of a list of data.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static double Variance(
	IList<UnitCartesian> dataList
)

Parameters

dataList
Type: System.Collections.Generic.IList<UnitCartesian>
The list of data to use to calculate the variance.

Return Value

Type: Double
The variance.
Remarks
The output range is 0 ≤ V ≤ 1.
See Also