diff --git a/lib/node_modules/@stdlib/stats/base/README.md b/lib/node_modules/@stdlib/stats/base/README.md index 92a759055efd..c1466adb2fb7 100644 --- a/lib/node_modules/@stdlib/stats/base/README.md +++ b/lib/node_modules/@stdlib/stats/base/README.md @@ -66,7 +66,6 @@ The namespace contains the following statistical functions: - [`dmeanvar( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanvar]: calculate the mean and variance of a double-precision floating-point strided array. - [`dmeanvarpn( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanvarpn]: calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm. - [`dvarm( N, mean, correction, x, strideX )`][@stdlib/stats/base/dvarm]: calculate the variance of a double-precision floating-point strided array provided a known mean. -- [`dvarmpn( N, mean, correction, x, strideX )`][@stdlib/stats/strided/dvarmpn]: calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm. - [`nanmean( N, x, strideX )`][@stdlib/stats/base/nanmean]: calculate the arithmetic mean of a strided array, ignoring `NaN` values. - [`nanmeanors( N, x, stride )`][@stdlib/stats/base/nanmeanors]: calculate the arithmetic mean of a strided array, ignoring `NaN` values and using ordinary recursive summation. - [`nanmeanpn( N, x, strideX )`][@stdlib/stats/base/nanmeanpn]: calculate the arithmetic mean of a strided array, ignoring `NaN` values and using a two-pass error correction algorithm. @@ -193,8 +192,6 @@ console.log( objectKeys( ns ) ); [@stdlib/stats/base/dvarm]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dvarm -[@stdlib/stats/strided/dvarmpn]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/dvarmpn - [@stdlib/stats/base/nanmean]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/nanmean [@stdlib/stats/base/nanmeanors]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/nanmeanors