Skip to content

Commit 74fd157

Browse files
authored
Update README.md
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 72c4db1 commit 74fd157

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ int8_t submodes[] = { STDLIB_NDARRAY_INDEX_ERROR };
156156

157157
struct ndarray *x = stdlib_ndarray_allocate( STDLIB_NDARRAY_FLOAT64, (uint8_t *)data, 1, shape, strides, 0, STDLIB_NDARRAY_ROW_MAJOR, STDLIB_NDARRAY_INDEX_ERROR, 1, submodes );
158158

159-
// Compute the mean value:
159+
// Compute the arithmetic mean value:
160160
const struct ndarray *arrays[] = { x };
161161
double v = stdlib_stats_dmeankbn( arrays );
162162
// returns ~2.5
@@ -238,7 +238,7 @@ int main( void ) {
238238
// Define a list of ndarrays:
239239
const struct ndarray *arrays[] = { x };
240240

241-
// Compute the mean value:
241+
// Compute the arithmetic mean value:
242242
double v = stdlib_stats_dmeankbn( arrays );
243243

244244
// Print the result:

0 commit comments

Comments
 (0)