File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
assert/is-generator-object-like/docs
base/dists/poisson/quantile/docs Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1010 Returns
1111 -------
1212 bool: boolean
13- Boolean indicating whether value is generator object-like
13+ Boolean indicating whether value is generator object-like.
1414
1515 Examples
1616 --------
Original file line number Diff line number Diff line change 5858 out.errorMSS: number
5959 Error mean sum of squares.
6060
61- out.print: function
61+ out.print: Function
6262 Function to print formatted output.
6363
6464 Examples
Original file line number Diff line number Diff line change 4646 NaN
4747
4848 // Degenerate distribution at `λ = 0`:
49- > y = {{alias}}( 0.1, 0.0 );
49+ > y = {{alias}}( 0.1, 0.0 )
5050 0.0
51- > y = {{alias}}( 0.9, 0.0 );
51+ > y = {{alias}}( 0.9, 0.0 )
5252 0.0
5353
5454
Original file line number Diff line number Diff line change 44 (ME).
55
66 If provided input values, the accumulator function returns an updated mean
7- error. If not provided input values, the accumulator function returns the current mean error.
7+ error. If not provided input values, the accumulator function returns the
8+ current mean error.
89
910 If provided `NaN` or a value which, when used in computations, results in
1011 `NaN`, the accumulated value is `NaN` for all future invocations.
Original file line number Diff line number Diff line change 1515
1616 Returns
1717 -------
18- out: symbol
18+ out: Symbol
1919 Symbol.
2020
2121 Examples
Original file line number Diff line number Diff line change 1212
1313 Returns
1414 -------
15- global: object
15+ global: Object
1616 Global object.
1717
1818 Examples
You can’t perform that action at this time.
0 commit comments