Skip to content

Commit 7cbda7b

Browse files
committed
Auto-generated commit
1 parent bb3f5c2 commit 7cbda7b

File tree

19 files changed

+1385
-7
lines changed

19 files changed

+1385
-7
lines changed

CHANGELOG.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-12-12)
7+
## Unreleased (2024-12-13)
88

99
<section class="packages">
1010

@@ -78,6 +78,40 @@ This release closes the following issue:
7878

7979
<!-- /.package -->
8080

81+
<section class="package" id="stats-base-dists-betaprime-stdev-unreleased">
82+
83+
#### [@stdlib/stats/base/dists/betaprime/stdev](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dists/betaprime/stdev)
84+
85+
<details>
86+
87+
<section class="features">
88+
89+
##### Features
90+
91+
- [`d1a200b`](https://github.com/stdlib-js/stdlib/commit/d1a200bc6ab344f9fcd8a33a70712456dbf479d0) - add C implementation for `stats/base/dists/betaprime/stdev` [(#3461)](https://github.com/stdlib-js/stdlib/pull/3461)
92+
93+
</section>
94+
95+
<!-- /.features -->
96+
97+
<section class="issues">
98+
99+
##### Closed Issues
100+
101+
This release closes the following issue:
102+
103+
[#3446](https://github.com/stdlib-js/stdlib/issues/3446)
104+
105+
</section>
106+
107+
<!-- /.issues -->
108+
109+
</details>
110+
111+
</section>
112+
113+
<!-- /.package -->
114+
81115
<section class="package" id="stats-base-dists-chisquare-unreleased">
82116

83117
#### [@stdlib/stats/base/dists/chisquare](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dists/chisquare)
@@ -230,9 +264,9 @@ A total of 3 issues were closed in this release:
230264

231265
### Closed Issues
232266

233-
A total of 8 issues were closed in this release:
267+
A total of 9 issues were closed in this release:
234268

235-
[#1619](https://github.com/stdlib-js/stdlib/issues/1619), [#1632](https://github.com/stdlib-js/stdlib/issues/1632), [#1633](https://github.com/stdlib-js/stdlib/issues/1633), [#3236](https://github.com/stdlib-js/stdlib/issues/3236), [#3237](https://github.com/stdlib-js/stdlib/issues/3237), [#3238](https://github.com/stdlib-js/stdlib/issues/3238), [#3384](https://github.com/stdlib-js/stdlib/issues/3384), [#3401](https://github.com/stdlib-js/stdlib/issues/3401)
269+
[#1619](https://github.com/stdlib-js/stdlib/issues/1619), [#1632](https://github.com/stdlib-js/stdlib/issues/1632), [#1633](https://github.com/stdlib-js/stdlib/issues/1633), [#3236](https://github.com/stdlib-js/stdlib/issues/3236), [#3237](https://github.com/stdlib-js/stdlib/issues/3237), [#3238](https://github.com/stdlib-js/stdlib/issues/3238), [#3384](https://github.com/stdlib-js/stdlib/issues/3384), [#3401](https://github.com/stdlib-js/stdlib/issues/3401), [#3446](https://github.com/stdlib-js/stdlib/issues/3446)
236270

237271
</section>
238272

@@ -242,8 +276,9 @@ A total of 8 issues were closed in this release:
242276

243277
### Contributors
244278

245-
A total of 7 people contributed to this release. Thank you to the following contributors:
279+
A total of 8 people contributed to this release. Thank you to the following contributors:
246280

281+
- Aayush Khanna
247282
- Athan Reines
248283
- Kohantika Nath
249284
- Neeraj Pathak
@@ -262,6 +297,7 @@ A total of 7 people contributed to this release. Thank you to the following cont
262297

263298
<details>
264299

300+
- [`d1a200b`](https://github.com/stdlib-js/stdlib/commit/d1a200bc6ab344f9fcd8a33a70712456dbf479d0) - **feat:** add C implementation for `stats/base/dists/betaprime/stdev` [(#3461)](https://github.com/stdlib-js/stdlib/pull/3461) _(by Aayush Khanna, Philipp Burckhardt, stdlib-bot)_
265301
- [`cf7d38a`](https://github.com/stdlib-js/stdlib/commit/cf7d38ae3e7bce92cf47778f7b1c3da731121d77) - **docs:** update related packages sections [(#3527)](https://github.com/stdlib-js/stdlib/pull/3527) _(by stdlib-bot)_
266302
- [`1d283b5`](https://github.com/stdlib-js/stdlib/commit/1d283b5f174dc2ec7770bd7be861cdb2f146027d) - **feat:** add C implementation of `stats/base/dists/arcsine/logpdf` [(#3454)](https://github.com/stdlib-js/stdlib/pull/3454) _(by Vinit Pandit, Philipp Burckhardt)_
267303
- [`e7e0f46`](https://github.com/stdlib-js/stdlib/commit/e7e0f4690074d14b9e2b86a6bc3c61d75ce66ac0) - **feat:** add C implementation for arcsine CDF [(#3354)](https://github.com/stdlib-js/stdlib/pull/3354) _(by Philipp Burckhardt, Athan Reines, stdlib-bot)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ UtkershBasnet <[email protected]>
112112
Vaibhav Patel <[email protected]>
113113
Varad Gupta <[email protected]>
114114
Vinit Pandit <[email protected]>
115+
Vivek maurya <[email protected]>
115116
Xiaochuan Ye <[email protected]>
116117
Yaswanth Kosuru <[email protected]>
117118
Yernar Yergaziyev <[email protected]>

base/dists/betaprime/stdev/README.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,101 @@ for ( i = 0; i < 10; i++ ) {
147147

148148
<!-- /.examples -->
149149

150+
<!-- C interface documentation. -->
151+
152+
* * *
153+
154+
<section class="c">
155+
156+
## C APIs
157+
158+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
159+
160+
<section class="intro">
161+
162+
</section>
163+
164+
<!-- /.intro -->
165+
166+
<!-- C usage documentation. -->
167+
168+
<section class="usage">
169+
170+
### Usage
171+
172+
```c
173+
#include "stdlib/stats/base/dists/betaprime/stdev.h"
174+
```
175+
176+
#### stdlib_base_dists_betaprime_stdev( alpha, beta )
177+
178+
Returns the standard deviation of a beta prime distribution.
179+
180+
```c
181+
double out = stdlib_base_dists_betaprime_stdev( 1.0, 3.0 );
182+
// returns ~0.866
183+
```
184+
185+
The function accepts the following arguments:
186+
187+
- **alpha**: `[in] double` first shape parameter.
188+
- **beta**: `[in] double` second shape parameter.
189+
190+
```c
191+
double stdlib_base_dists_betaprime_stdev( const double alpha, const double beta );
192+
```
193+
194+
</section>
195+
196+
<!-- /.usage -->
197+
198+
<!-- C API usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
199+
200+
<section class="notes">
201+
202+
</section>
203+
204+
<!-- /.notes -->
205+
206+
<!-- C API usage examples. -->
207+
208+
<section class="examples">
209+
210+
### Examples
211+
212+
```c
213+
#include "stdlib/stats/base/dists/betaprime/stdev.h"
214+
#include <stdlib.h>
215+
#include <stdio.h>
216+
217+
static double random_uniform( const double min, const double max ) {
218+
double v = (double)rand() / ( (double)RAND_MAX + 1.0 );
219+
return min + ( v * ( max - min ) );
220+
}
221+
222+
int main( void ) {
223+
double alpha;
224+
double beta;
225+
double y;
226+
int i;
227+
228+
for ( i = 0; i < 25; i++ ) {
229+
alpha = random_uniform( 0, 20 );
230+
beta = random_uniform( 0, 20 ) + 2.0;
231+
y = stdlib_base_dists_betaprime_stdev( alpha, beta );
232+
printf( "α: %lf, β: %lf, SD(X;α,β): %lf\n", alpha, beta, y );
233+
}
234+
}
235+
```
236+
237+
</section>
238+
239+
<!-- /.examples -->
240+
241+
</section>
242+
243+
<!-- /.c -->
244+
150245
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
151246

152247
<section class="references">

base/dists/betaprime/stdev/benchmark/benchmark.js

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// MODULES //
2222

2323
var bench = require( '@stdlib/bench' );
24+
var Float64Array = require( '@stdlib/array/float64' );
2425
var randu = require( '@stdlib/random/base/randu' );
2526
var isnan = require( '@stdlib/math/base/assert/is-nan' );
2627
var EPS = require( '@stdlib/constants/float64/eps' );
@@ -33,14 +34,21 @@ var stdev = require( './../lib' );
3334
bench( pkg, function benchmark( b ) {
3435
var alpha;
3536
var beta;
37+
var len;
3638
var y;
3739
var i;
3840

41+
len = 100;
42+
alpha = new Float64Array( len );
43+
beta = new Float64Array( len );
44+
for ( i = 0; i < len; i++ ) {
45+
alpha[ i ] = ( randu() * 20.0 ) + EPS;
46+
beta[ i ] = ( randu() * 20.0 ) + 2.0 + EPS;
47+
}
48+
3949
b.tic();
4050
for ( i = 0; i < b.iterations; i++ ) {
41-
alpha = ( randu()*10.0 ) + EPS;
42-
beta = ( randu()*10.0 ) + 2.0 + EPS;
43-
y = stdev( alpha, beta );
51+
y = stdev( alpha[ i % len ], beta[ i % len ] );
4452
if ( isnan( y ) ) {
4553
b.fail( 'should not return NaN' );
4654
}
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
/**
2+
* @license Apache-2.0
3+
*
4+
* Copyright (c) 2024 The Stdlib Authors.
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*/
18+
19+
'use strict';
20+
21+
// MODULES //
22+
23+
var resolve = require( 'path' ).resolve;
24+
var bench = require( '@stdlib/bench' );
25+
var Float64Array = require( '@stdlib/array/float64' );
26+
var tryRequire = require( '@stdlib/utils/try-require' );
27+
var randu = require( '@stdlib/random/base/randu' );
28+
var isnan = require( '@stdlib/math/base/assert/is-nan' );
29+
var EPS = require( '@stdlib/constants/float64/eps' );
30+
var pkg = require( './../package.json' ).name;
31+
32+
33+
// VARIABLES //
34+
35+
var stdev = tryRequire( resolve( __dirname, './../lib/native.js' ) );
36+
var opts = {
37+
'skip': ( stdev instanceof Error )
38+
};
39+
40+
41+
// MAIN //
42+
43+
bench( pkg, opts, function benchmark( b ) {
44+
var alpha;
45+
var beta;
46+
var len;
47+
var y;
48+
var i;
49+
50+
len = 100;
51+
alpha = new Float64Array( len );
52+
beta = new Float64Array( len );
53+
for ( i = 0; i < len; i++ ) {
54+
alpha[ i ] = ( randu() * 20.0 ) + EPS;
55+
beta[ i ] = ( randu() * 20.0 ) + 2.0 + EPS;
56+
}
57+
58+
b.tic();
59+
for ( i = 0; i < b.iterations; i++ ) {
60+
y = stdev( alpha[ i % len ], beta[ i % len ] );
61+
if ( isnan( y ) ) {
62+
b.fail( 'should not return NaN' );
63+
}
64+
}
65+
b.toc();
66+
if ( isnan( y ) ) {
67+
b.fail( 'should not return NaN' );
68+
}
69+
b.pass( 'benchmark finished' );
70+
b.end();
71+
});

0 commit comments

Comments
 (0)