Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 721 Bytes

File metadata and controls

54 lines (26 loc) · 721 Bytes

Home > @josh-brown/vector > variance

variance() function

Calculates the variance of each column of the matrix A

Signature:

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

Parameters

Parameter

Type

Description

A

Matrix<S>

The matrix

Returns:

Vector<S>