Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 726 Bytes

File metadata and controls

54 lines (26 loc) · 726 Bytes

Home > @josh-brown/vector > correlation

correlation() function

Calculates the correlation matrix of a matrix A

Signature:

export declare function correlation<S>(A: Matrix<S>): Matrix<S>;

Parameters

Parameter

Type

Description

A

Matrix<S>

The matrix

Returns:

Matrix<S>