File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
stats/base/ndarray/meanwd Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -190,10 +190,10 @@ int main( void ) {
190190
191191<section class =" links " >
192192
193- <!-- <related-links> -->
194-
195193[ @stdlib/math/base/special/lnf ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/lnf
196194
195+ <!-- <related-links> -->
196+
197197<!-- </related-links> -->
198198
199199</section >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ limitations under the License.
2727The [ arithmetic mean] [ arithmetic-mean ] is defined as
2828
2929<!-- <equation class="equation" label="eq:arithmetic_mean" align="center" raw="\mu = \frac{1}{n} \sum_{i=0}^{n-1} x_i" alt="Equation for the arithmetic mean."> -->
30-
30+
3131``` math
3232\mu = \frac{1}{n} \sum_{i=0}^{n-1} x_i
3333```
@@ -46,15 +46,15 @@ The [arithmetic mean][arithmetic-mean] is defined as
4646<section class =" usage " >
4747
4848## Usage
49-
49+
5050``` javascript
5151var meanwd = require ( ' @stdlib/stats/base/ndarray/meanwd' );
5252```
5353
5454#### meanwd( arrays )
5555
5656Computes the [ arithmetic mean] [ arithmetic-mean ] of a one-dimensional ndarray using Welford's algorithm.
57-
57+
5858``` javascript
5959var ndarray = require ( ' @stdlib/ndarray/base/ctor' );
6060
You can’t perform that action at this time.
0 commit comments