Skip to content

Commit 6b18db0

Browse files
authored
docs: fix descriptions
Signed-off-by: Athan <kgryte@gmail.com>
1 parent c60a85e commit 6b18db0

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/smeankbn

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/smeankbn/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# smeankbn
2222

23-
> Calculate the [arithmetic mean][arithmetic-mean] of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.
23+
> Compute the [arithmetic mean][arithmetic-mean] of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
2424
2525
<section class="intro">
2626

@@ -53,7 +53,7 @@ var smeankbn = require( '@stdlib/stats/base/ndarray/smeankbn' );
5353

5454
#### smeankbn( arrays )
5555

56-
Calculates the [arithmetic mean][arithmetic-mean] of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.
56+
Calculates the [arithmetic mean][arithmetic-mean] of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
5757

5858
```javascript
5959
var Float32Array = require( '@stdlib/array/float32' );

0 commit comments

Comments
 (0)