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