Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 646 Bytes

File metadata and controls

54 lines (26 loc) · 646 Bytes

Home > @josh-brown/vector > variance

variance() function

Calculates the variance of a vector

Signature:

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

Parameters

Parameter

Type

Description

x

Vector<S>

The vector

Returns:

S