@stdlib/stats-base-dists-rayleigh-mean 0.0.3 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2021 The Stdlib Authors.
1
+ Copyright (c) 2016-2022 The Stdlib Authors.
package/README.md CHANGED
@@ -20,7 +20,7 @@ limitations under the License.
20
20
 
21
21
  # Mean
22
22
 
23
- [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
23
+ [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
24
24
 
25
25
  > [Rayleigh][rayleigh-distribution] distribution [expected value][expected-value].
26
26
 
@@ -33,7 +33,7 @@ The [expected value][expected-value] for a [Rayleigh][rayleigh-distribution] ran
33
33
  <!-- <equation class="equation" label="eq:rayleigh_expectation" align="center" raw="\mathbb{E}\left[ X \right] = \sigma \sqrt{\dfrac{\pi}{2}}" alt="Expected value for a Rayleigh distribution."> -->
34
34
 
35
35
  <div class="equation" align="center" data-raw-text="\mathbb{E}\left[ X \right] = \sigma \sqrt{\dfrac{\pi}{2}}" data-equation="eq:rayleigh_expectation">
36
- <img src="https://cdn.rawgit.com/stdlib-js/stdlib/7e0a95722efd9c771b129597380c63dc6715508b/lib/node_modules/@stdlib/stats/base/dists/rayleigh/mean/docs/img/equation_rayleigh_expectation.svg" alt="Expected value for a Rayleigh distribution.">
36
+ <img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@51534079fef45e990850102147e8945fb023d1d0/lib/node_modules/@stdlib/stats/base/dists/rayleigh/mean/docs/img/equation_rayleigh_expectation.svg" alt="Expected value for a Rayleigh distribution.">
37
37
  <br>
38
38
  </div>
39
39
 
@@ -135,6 +135,14 @@ for ( i = 0; i < 10; i++ ) {
135
135
 
136
136
  <!-- /.references -->
137
137
 
138
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
139
+
140
+ <section class="related">
141
+
142
+ </section>
143
+
144
+ <!-- /.related -->
145
+
138
146
  <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
139
147
 
140
148
 
@@ -148,6 +156,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
148
156
 
149
157
  For more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib].
150
158
 
159
+ #### Community
160
+
161
+ [![Chat][chat-image]][chat-url]
162
+
151
163
  ---
152
164
 
153
165
  ## License
@@ -157,7 +169,7 @@ See [LICENSE][stdlib-license].
157
169
 
158
170
  ## Copyright
159
171
 
160
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
172
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
161
173
 
162
174
  </section>
163
175
 
@@ -176,9 +188,23 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
176
188
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-rayleigh-mean/main.svg
177
189
  [coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-rayleigh-mean?branch=main
178
190
 
179
- [dependencies-image]: https://img.shields.io/david/stdlib-js/stats-base-dists-rayleigh-mean
191
+ <!--
192
+
193
+ [dependencies-image]: https://img.shields.io/david/stdlib-js/stats-base-dists-rayleigh-mean.svg
180
194
  [dependencies-url]: https://david-dm.org/stdlib-js/stats-base-dists-rayleigh-mean/main
181
195
 
196
+ -->
197
+
198
+ [umd]: https://github.com/umdjs/umd
199
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
200
+
201
+ [deno-url]: https://github.com/stdlib-js/stats-base-dists-rayleigh-mean/tree/deno
202
+ [umd-url]: https://github.com/stdlib-js/stats-base-dists-rayleigh-mean/tree/umd
203
+ [esm-url]: https://github.com/stdlib-js/stats-base-dists-rayleigh-mean/tree/esm
204
+
205
+ [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
206
+ [chat-url]: https://gitter.im/stdlib-js/stdlib/
207
+
182
208
  [stdlib]: https://github.com/stdlib-js/stdlib
183
209
 
184
210
  [stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/stats-base-dists-rayleigh-mean",
3
- "version": "0.0.3",
3
+ "version": "0.0.7",
4
4
  "description": "Rayleigh distribution expected value.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -28,7 +28,7 @@
28
28
  "examples": "make examples",
29
29
  "benchmark": "make benchmark"
30
30
  },
31
- "homepage": "https://github.com/stdlib-js/stdlib",
31
+ "homepage": "https://stdlib.io",
32
32
  "repository": {
33
33
  "type": "git",
34
34
  "url": "git://github.com/stdlib-js/stats-base-dists-rayleigh-mean.git"
package/CHANGELOG.md DELETED
@@ -1,5 +0,0 @@
1
- # CHANGELOG
2
-
3
- > Package changelog.
4
-
5
- See [GitHub Releases](https://github.com/stdlib-js/stats-base-dists-rayleigh-mean/releases) for the changelog.