@stdlib/stats-base-dists-f 0.0.2 → 0.0.6

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
  # Fisher's F
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
  > Fisher's F distribution.
26
26
 
@@ -127,6 +127,16 @@ console.log( objectKeys( f ) );
127
127
 
128
128
  <!-- /.examples -->
129
129
 
130
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
131
+
132
+ <section class="related">
133
+
134
+ </section>
135
+
136
+ <!-- /.related -->
137
+
138
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
139
+
130
140
 
131
141
  <section class="main-repo" >
132
142
 
@@ -138,6 +148,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
138
148
 
139
149
  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].
140
150
 
151
+ #### Community
152
+
153
+ [![Chat][chat-image]][chat-url]
154
+
141
155
  ---
142
156
 
143
157
  ## License
@@ -147,7 +161,7 @@ See [LICENSE][stdlib-license].
147
161
 
148
162
  ## Copyright
149
163
 
150
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
164
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
151
165
 
152
166
  </section>
153
167
 
@@ -166,9 +180,23 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
166
180
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-f/main.svg
167
181
  [coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-f?branch=main
168
182
 
169
- [dependencies-image]: https://img.shields.io/david/stdlib-js/stats-base-dists-f
183
+ <!--
184
+
185
+ [dependencies-image]: https://img.shields.io/david/stdlib-js/stats-base-dists-f.svg
170
186
  [dependencies-url]: https://david-dm.org/stdlib-js/stats-base-dists-f/main
171
187
 
188
+ -->
189
+
190
+ [umd]: https://github.com/umdjs/umd
191
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
192
+
193
+ [deno-url]: https://github.com/stdlib-js/stats-base-dists-f/tree/deno
194
+ [umd-url]: https://github.com/stdlib-js/stats-base-dists-f/tree/umd
195
+ [esm-url]: https://github.com/stdlib-js/stats-base-dists-f/tree/esm
196
+
197
+ [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
198
+ [chat-url]: https://gitter.im/stdlib-js/stdlib/
199
+
172
200
  [stdlib]: https://github.com/stdlib-js/stdlib
173
201
 
174
202
  [stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
@@ -179,27 +207,27 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
179
207
 
180
208
  <!-- <toc-links> -->
181
209
 
182
- [@stdlib/stats/base/dists/f/ctor]: https://github.com/stdlib-js/stats-base-dists-f-ctor
210
+ [@stdlib/stats/base/dists/f/ctor]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-ctor
183
211
 
184
- [@stdlib/stats/base/dists/f/entropy]: https://github.com/stdlib-js/stats-base-dists-f-entropy
212
+ [@stdlib/stats/base/dists/f/entropy]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-entropy
185
213
 
186
- [@stdlib/stats/base/dists/f/kurtosis]: https://github.com/stdlib-js/stats-base-dists-f-kurtosis
214
+ [@stdlib/stats/base/dists/f/kurtosis]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-kurtosis
187
215
 
188
- [@stdlib/stats/base/dists/f/mean]: https://github.com/stdlib-js/stats-base-dists-f-mean
216
+ [@stdlib/stats/base/dists/f/mean]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-mean
189
217
 
190
- [@stdlib/stats/base/dists/f/mode]: https://github.com/stdlib-js/stats-base-dists-f-mode
218
+ [@stdlib/stats/base/dists/f/mode]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-mode
191
219
 
192
- [@stdlib/stats/base/dists/f/skewness]: https://github.com/stdlib-js/stats-base-dists-f-skewness
220
+ [@stdlib/stats/base/dists/f/skewness]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-skewness
193
221
 
194
- [@stdlib/stats/base/dists/f/stdev]: https://github.com/stdlib-js/stats-base-dists-f-stdev
222
+ [@stdlib/stats/base/dists/f/stdev]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-stdev
195
223
 
196
- [@stdlib/stats/base/dists/f/variance]: https://github.com/stdlib-js/stats-base-dists-f-variance
224
+ [@stdlib/stats/base/dists/f/variance]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-variance
197
225
 
198
- [@stdlib/stats/base/dists/f/cdf]: https://github.com/stdlib-js/stats-base-dists-f-cdf
226
+ [@stdlib/stats/base/dists/f/cdf]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-cdf
199
227
 
200
- [@stdlib/stats/base/dists/f/pdf]: https://github.com/stdlib-js/stats-base-dists-f-pdf
228
+ [@stdlib/stats/base/dists/f/pdf]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-pdf
201
229
 
202
- [@stdlib/stats/base/dists/f/quantile]: https://github.com/stdlib-js/stats-base-dists-f-quantile
230
+ [@stdlib/stats/base/dists/f/quantile]: https://www.npmjs.com/package/@stdlib/stats-base-dists-f-quantile
203
231
 
204
232
  <!-- </toc-links> -->
205
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/stats-base-dists-f",
3
- "version": "0.0.2",
3
+ "version": "0.0.6",
4
4
  "description": "Fisher's F distribution.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -15,6 +15,7 @@
15
15
  ],
16
16
  "main": "./lib",
17
17
  "directories": {
18
+ "doc": "./docs",
18
19
  "example": "./examples",
19
20
  "lib": "./lib",
20
21
  "test": "./test"
@@ -26,7 +27,7 @@
26
27
  "examples": "make examples",
27
28
  "benchmark": "make benchmark"
28
29
  },
29
- "homepage": "https://github.com/stdlib-js/stdlib",
30
+ "homepage": "https://stdlib.io",
30
31
  "repository": {
31
32
  "type": "git",
32
33
  "url": "git://github.com/stdlib-js/stats-base-dists-f.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-f/releases) for the changelog.