UNPKG

trading-signals

Version:

Technical indicators to run technical analysis with JavaScript / TypeScript.

2 lines (1 loc) 90 B
export declare function getStandardDeviation(values: number[], average?: number): number;