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.
1 parent 963c2ec commit c226393Copy full SHA for c226393
lib/node_modules/@stdlib/stats/base/ztest/two-sample/results/struct-factory/lib/main.js
@@ -85,13 +85,13 @@ function factory( dtype ) {
85
},
86
{
87
'name': 'xmean',
88
- 'description': 'Sample mean of `x`',
+ 'description': 'sample mean of `x`',
89
'type': dtype,
90
'castingMode': 'mostly-safe'
91
92
93
'name': 'ymean',
94
- 'description': 'Sample mean of `y`',
+ 'description': 'sample mean of `y`',
95
96
97
}
0 commit comments