Home > @josh-brown/vector > correlation
Calculates the correlation matrix of a matrix A
Signature:
export declare function correlation<S>(A: Matrix<S>): Matrix<S>;|
Parameter |
Type |
Description |
|---|---|---|
|
A |
Matrix<S> |
The matrix |
Returns:
Matrix<S>
Home > @josh-brown/vector > correlation
Calculates the correlation matrix of a matrix A
Signature:
export declare function correlation<S>(A: Matrix<S>): Matrix<S>;|
Parameter |
Type |
Description |
|---|---|---|
|
A |
Matrix<S> |
The matrix |
Returns:
Matrix<S>