Skip to content

Commit 258d5e7

Browse files
committed
Update artifacts
1 parent 87db5e1 commit 258d5e7

File tree

11 files changed

+24
-22
lines changed

11 files changed

+24
-22
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[104,104,100,6,6,100,1,1,100,104,104,100,"b8b2e44b61f388af7257000657111d693f8d32ee","2025-01-02 00:14:56 -0800"]
22
[104,104,100,6,6,100,1,1,100,104,104,100,"a93ccc040bd1f43af8d022d72ce1a7dcae957acd","2025-01-20 17:37:21 -0500"]
33
[162,162,100,8,8,100,2,2,100,162,162,100,"2b0a046b6c94af24039a72419b9577117459a1c4","2025-06-21 13:52:02 -0500"]
4+
[162,162,100,8,8,100,2,2,100,162,162,100,"18a1bcc97735d26b415f7fa0f477d9340492c2cd","2025-06-21 15:00:44 -0700"]

stats/base/dists/planck/kurtosis/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1><a href="../../../../../../index.html">All files</a> stats/base/dists/planck
131131
<div class='footer quiet pad2 space-top1 center small'>
132132
Code coverage generated by
133133
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134-
at 2025-06-21T18:56:03.595Z
134+
at 2025-06-21T22:08:25.097Z
135135
</div>
136136
<script src="../../../../../../prettify.js"></script>
137137
<script>

stats/base/dists/planck/kurtosis/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
199199
<div class='footer quiet pad2 space-top1 center small'>
200200
Code coverage generated by
201201
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
202-
at 2025-06-21T18:56:03.595Z
202+
at 2025-06-21T22:08:25.097Z
203203
</div>
204204
<script src="../../../../../../prettify.js"></script>
205205
<script>

stats/base/dists/planck/kurtosis/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
253253
<div class='footer quiet pad2 space-top1 center small'>
254254
Code coverage generated by
255255
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
256-
at 2025-06-21T18:56:03.595Z
256+
at 2025-06-21T22:08:25.097Z
257257
</div>
258258
<script src="../../../../../../prettify.js"></script>
259259
<script>

stats/base/dists/planck/kurtosis/native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
244244
<div class='footer quiet pad2 space-top1 center small'>
245245
Code coverage generated by
246246
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247-
at 2025-06-21T18:56:03.595Z
247+
at 2025-06-21T22:08:25.097Z
248248
</div>
249249
<script src="../../../../../../prettify.js"></script>
250250
<script>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[223,223,100,23,23,100,3,3,100,223,223,100,"5524db160ac2122196d06d9b3d3fbbfc841409c1","2025-01-02 01:10:39 -0800"]
22
[286,286,100,25,25,100,4,4,100,286,286,100,"91ac343103b2c6f65a7fe76e95df32d08e01ae02","2025-06-21 13:44:35 -0500"]
3+
[286,286,100,25,25,100,4,4,100,286,286,100,"18a1bcc97735d26b415f7fa0f477d9340492c2cd","2025-06-21 15:00:44 -0700"]

stats/base/dists/planck/quantile/factory.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
263263
* @example
264264
* var quantile = factory( 0.4 );
265265
* var y = quantile( 0.4 );
266-
* // returns 1
266+
* // returns 1.0
267267
*
268268
* y = quantile( 0.8 );
269-
* // returns 4
269+
* // returns 4.0
270270
*
271271
* y = quantile( 1.0 );
272272
* // returns Infinity
@@ -282,7 +282,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
282282
*
283283
* @private
284284
* @param {Probability} p - input value
285-
* @returns {NonNegativeInteger} evaluated quantile function
285+
* @returns {number} evaluated quantile function
286286
*
287287
* @example
288288
* var y = quantile( 0.3 );
@@ -310,7 +310,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
310310
<div class='footer quiet pad2 space-top1 center small'>
311311
Code coverage generated by
312312
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
313-
at 2025-06-21T18:47:43.741Z
313+
at 2025-06-21T22:08:57.322Z
314314
</div>
315315
<script src="../../../../../../prettify.js"></script>
316316
<script>

stats/base/dists/planck/quantile/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../../../../index.html">All files</a> stats/base/dists/planck
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2025-06-21T18:47:43.741Z
149+
at 2025-06-21T22:08:57.322Z
150150
</div>
151151
<script src="../../../../../../prettify.js"></script>
152152
<script>

stats/base/dists/planck/quantile/index.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,17 +212,17 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
212212
* var quantile = require( '@stdlib/stats/base/dists/planck/quantile' );
213213
*
214214
* var y = quantile( 0.8, 0.4 );
215-
* // returns 4
215+
* // returns 4.0
216216
*
217217
* y = quantile( 0.5, 1.4 );
218-
* // returns 0
218+
* // returns 0.0
219219
*
220220
* var myquantile = quantile.factory( 0.4 );
221221
* y = myquantile( 0.4 );
222-
* // returns 1
222+
* // returns 1.0
223223
*
224224
* y = myquantile( 0.8 );
225-
* // returns 4
225+
* // returns 4.0
226226
*
227227
* y = myquantile( 1.0 );
228228
* // returns Infinity
@@ -250,7 +250,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
250250
<div class='footer quiet pad2 space-top1 center small'>
251251
Code coverage generated by
252252
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
253-
at 2025-06-21T18:47:43.741Z
253+
at 2025-06-21T22:08:57.322Z
254254
</div>
255255
<script src="../../../../../../prettify.js"></script>
256256
<script>

stats/base/dists/planck/quantile/main.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,19 +264,19 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
264264
*
265265
* @param {Probability} p - input value
266266
* @param {PositiveNumber} lambda - shape parameter
267-
* @returns {NonNegativeInteger} evaluated quantile function
267+
* @returns {number} evaluated quantile function
268268
*
269269
* @example
270270
* var y = quantile( 0.8, 0.4 );
271-
* // returns 4
271+
* // returns 4.0
272272
*
273273
* @example
274274
* var y = quantile( 0.5, 1.4 );
275-
* // returns 0
275+
* // returns 0.0
276276
*
277277
* @example
278278
* var y = quantile( 0.9, 2.1 );
279-
* // returns 1
279+
* // returns 1.0
280280
*
281281
* @example
282282
* var y = quantile( 0.2, -0.1 );
@@ -319,7 +319,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
319319
<div class='footer quiet pad2 space-top1 center small'>
320320
Code coverage generated by
321321
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
322-
at 2025-06-21T18:47:43.741Z
322+
at 2025-06-21T22:08:57.322Z
323323
</div>
324324
<script src="../../../../../../prettify.js"></script>
325325
<script>

0 commit comments

Comments
 (0)