Skip to content

Commit 27ff161

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

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

158158
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 );
159159

160-
// Compute the mean value:
160+
// Compute the arithmetic mean value:
161161
const struct ndarray *arrays[] = { x };
162162
double v = stdlib_stats_dmeanors( arrays );
163163
// returns 2.5
@@ -239,7 +239,7 @@ int main( void ) {
239239
// Define a list of ndarrays:
240240
const struct ndarray *arrays[] = { x };
241241

242-
// Compute the mean value:
242+
// Compute the arithmetic mean value:
243243
double v = stdlib_stats_dmeanors( arrays );
244244

245245
// Print the result:

0 commit comments

Comments
 (0)