Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 673 Bytes

File metadata and controls

54 lines (26 loc) · 673 Bytes

Home > @josh-brown/vector > mean

mean() function

Calculates the mean of the values in the vector x

Signature:

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

Parameters

Parameter

Type

Description

x

Vector<S>

The vector for which to find the mean

Returns:

S