Skip to content

Commit 849cbb7

Browse files
authored
Update lib/node_modules/@stdlib/stats/base/ndarray/dmeankbn/README.md
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent b75a1a4 commit 849cbb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dmeankbn

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ struct ndarray *x = stdlib_ndarray_allocate( STDLIB_NDARRAY_FLOAT64, (uint8_t *)
159159
// Compute the arithmetic mean value:
160160
const struct ndarray *arrays[] = { x };
161161
double v = stdlib_stats_dmeankbn( arrays );
162-
// returns ~2.5
162+
// returns 2.5
163163

164164
// Free allocated memory:
165165
stdlib_ndarray_free( x );

0 commit comments

Comments
 (0)