Click or drag to resize

SphericalDescriptiveStatisticsScatterMatrix Method

Calculates the scatter matrix based upon the input data.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Matrix3By3Symmetric ScatterMatrix(
	IList<UnitCartesian> dataList
)

Parameters

dataList
Type: System.Collections.GenericIListUnitCartesian
The list of data to use to calculate the scatter matrix.

Return Value

Type: Matrix3By3Symmetric
The scatter matrix, presented in Cartesian space.
See Also