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.
2 parents 2ab9bc5 + 4b94211 commit a20ac03Copy full SHA for a20ac03
lib/node_modules/@stdlib/stats/base/dsmean/README.md
@@ -61,7 +61,7 @@ var Float32Array = require( '@stdlib/array/float32' );
61
var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );
62
63
var v = dsmean( x.length, x, 1 );
64
-// returns ~0.333
+// returns ~0.33333
65
```
66
67
The function has the following parameters:
lib/node_modules/@stdlib/stats/base/dsmean/src/main.c
@@ -1,7 +1,7 @@
1
/**
2
* @license Apache-2.0
3
*
4
-* Copyright (c) 2020 The Stdlib Authors.
+* Copyright (c) 2025 The Stdlib Authors.
5
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
* you may not use this file except in compliance with the License.
0 commit comments