Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 818 Bytes

faastjs.statistics._constructor_.md

File metadata and controls

55 lines (30 loc) · 818 Bytes
id title hide_title
faastjs.statistics._constructor_
Statistics.(constructor)
true

faastjs > Statistics > (constructor)

Statistics.(constructor)

Incrementally track mean, stdev, min, max, of a sequence of values.

Signature:

constructor(
    printFixedPrecision?: number);

Parameters

Parameter

Type

Description

printFixedPrecision

number

(Optional) The number of decimal places to print in Statistics.toString().