id | title | hide_title |
---|---|---|
faastjs.statistics._constructor_ |
Statistics.(constructor) |
true |
faastjs > Statistics > (constructor)
Incrementally track mean, stdev, min, max, of a sequence of values.
Signature:
constructor(
printFixedPrecision?: number);
Parameter |
Type |
Description |
---|---|---|
printFixedPrecision |
number |
(Optional) The number of decimal places to print in Statistics.toString(). |