Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 767 Bytes

File metadata and controls

54 lines (26 loc) · 767 Bytes

Home > @josh-brown/vector > standardDeviation

standardDeviation() function

Calculates the standard deviation of each column of the matrix A

Signature:

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

Parameters

Parameter

Type

Description

A

Matrix<S>

The matrix

Returns:

Vector<S>