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 08ea9e2 commit 41ef40cCopy full SHA for 41ef40c
lib/node_modules/@stdlib/stats/meankbn2/README.md
@@ -84,7 +84,6 @@ var x = array( [ 1.0, 2.0, -2.0, 4.0 ], {
84
'shape': [ 2, 2 ],
85
'order': 'row-major'
86
});
87
-var v = ndarray2array( x );
88
// returns <ndarray>[ [ 1.0, 2.0 ], [ -2.0, 4.0 ] ]
89
90
var y = meankbn2( x, {
0 commit comments