We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0beae0d commit 25decabCopy full SHA for 25decab
lib/node_modules/@stdlib/stats/base/smeanlipw/docs/repl.txt
@@ -82,7 +82,7 @@
82
~0.3333
83
84
// Using offset parameter:
85
- > var x = new {{alias:@stdlib/array/float32}}( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );
+ > x = new {{alias:@stdlib/array/float32}}( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );
86
> {{alias}}.ndarray( 3, x, 2, 1 )
87
~-0.3333
88
0 commit comments