File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
lib/node_modules/@stdlib/stats/incr Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 9
9
If provided `NaN` or a value which, when used in computations, results in
10
10
`NaN`, the accumulated value is `NaN` for all future invocations.
11
11
12
+ Parameters
13
+ ----------
14
+ α: number
15
+ Smoothing factor (value between 0 and 1).
16
+
12
17
Returns
13
18
-------
14
19
acc: Function
Original file line number Diff line number Diff line change 11
11
If provided `NaN` or a value which, when used in computations, results in
12
12
`NaN`, the accumulated value is `NaN` for all future invocations.
13
13
14
+ Parameters
15
+ ----------
16
+ α: number
17
+ Smoothing factor (value between 0 and 1).
18
+
14
19
Returns
15
20
-------
16
21
acc: Function
Original file line number Diff line number Diff line change 11
11
If provided `NaN` or a value which, when used in computations, results in
12
12
`NaN`, the accumulated value is `NaN` for all future invocations.
13
13
14
+ Parameters
15
+ ----------
16
+ α: number
17
+ Smoothing factor (value between 0 and 1).
18
+
14
19
Returns
15
20
-------
16
21
acc: Function
You can’t perform that action at this time.
0 commit comments