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