Skip to content

Commit 775557e

Browse files
committed
Add missing repl.txt sections
1 parent 38c4aba commit 775557e

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

lib/node_modules/@stdlib/stats/incr/ewmean/docs/repl.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
If provided `NaN` or a value which, when used in computations, results in
1010
`NaN`, the accumulated value is `NaN` for all future invocations.
1111

12+
Parameters
13+
----------
14+
α: number
15+
Smoothing factor (value between 0 and 1).
16+
1217
Returns
1318
-------
1419
acc: Function

lib/node_modules/@stdlib/stats/incr/ewstdev/docs/repl.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
If provided `NaN` or a value which, when used in computations, results in
1212
`NaN`, the accumulated value is `NaN` for all future invocations.
1313

14+
Parameters
15+
----------
16+
α: number
17+
Smoothing factor (value between 0 and 1).
18+
1419
Returns
1520
-------
1621
acc: Function

lib/node_modules/@stdlib/stats/incr/ewvariance/docs/repl.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
If provided `NaN` or a value which, when used in computations, results in
1212
`NaN`, the accumulated value is `NaN` for all future invocations.
1313

14+
Parameters
15+
----------
16+
α: number
17+
Smoothing factor (value between 0 and 1).
18+
1419
Returns
1520
-------
1621
acc: Function

0 commit comments

Comments
 (0)