createCovarianceMatrixFromUpperTriangle

external fun createCovarianceMatrixFromUpperTriangle(array: <Error class: unknown class><Double>): Matrix3(source)

Creates a Matrix3 that describes a covariance matrix (which is symmetric) from the array containing the upper triangle, in column-major order.

Return

The Matrix3

Parameters

array

The input array

See also