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