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.2.419.0 (24.2.419.0)
Syntax public static Matrix3By3Symmetric ScatterMatrix(
IList<UnitCartesian> dataList
)
Public Shared Function ScatterMatrix (
dataList As IList(Of UnitCartesian)
) As Matrix3By3Symmetric
public:
static Matrix3By3Symmetric ScatterMatrix(
IList<UnitCartesian>^ dataList
)
static member ScatterMatrix :
dataList : IList<UnitCartesian> -> Matrix3By3Symmetric
Parameters
- dataList
- Type: System.Collections.GenericIListUnitCartesian
The list of data to use to calculate the scatter matrix.
Return Value
Type:
Matrix3By3SymmetricThe scatter matrix, presented in
Cartesian space.
See Also