You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [`a146971`](https://github.com/stdlib-js/stdlib/commit/a1469718890f5a007c6c7343757b621274dad0e0) - add C implementation for `stats/base/dists/pareto-type1/skewness` [(#3927)](https://github.com/stdlib-js/stdlib/pull/3927)
@@ -752,10 +786,11 @@ A total of 23 issues were closed in this release:
752
786
753
787
### Contributors
754
788
755
-
A total of 10 people contributed to this release. Thank you to the following contributors:
789
+
A total of 11 people contributed to this release. Thank you to the following contributors:
756
790
757
791
- Aayush Khanna
758
792
- Athan Reines
793
+
- Gururaj Gurram
759
794
- Kohantika Nath
760
795
- Neeraj Pathak
761
796
- Philipp Burckhardt
@@ -775,6 +810,7 @@ A total of 10 people contributed to this release. Thank you to the following con
775
810
776
811
<details>
777
812
813
+
- [`a146971`](https://github.com/stdlib-js/stdlib/commit/a1469718890f5a007c6c7343757b621274dad0e0) - **feat:** add C implementation for `stats/base/dists/pareto-type1/skewness` [(#3927)](https://github.com/stdlib-js/stdlib/pull/3927) _(by Gururaj Gurram, Philipp Burckhardt)_
778
814
- [`9d7f4db`](https://github.com/stdlib-js/stdlib/commit/9d7f4dbd6c71a2a57b2e55a88e5b7ded091cbd67) - **feat:** add C implementation for `stats/base/dists/beta/skewness` [(#3921)](https://github.com/stdlib-js/stdlib/pull/3921) _(by Vivek maurya, Philipp Burckhardt)_
779
815
- [`94aa4aa`](https://github.com/stdlib-js/stdlib/commit/94aa4aafa4f6e98f8e51285daa212e1402254b10) - **feat:** add C implementation for `stats/base/dists/t/stdev` [(#3923)](https://github.com/stdlib-js/stdlib/pull/3923) _(by Aayush Khanna, stdlib-bot)_
Copy file name to clipboardExpand all lines: base/dists/pareto-type1/skewness/README.md
+95Lines changed: 95 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,101 @@ for ( i = 0; i < 10; i++ ) {
150
150
151
151
<!-- /.examples -->
152
152
153
+
<!-- C interface documentation. -->
154
+
155
+
* * *
156
+
157
+
<sectionclass="c">
158
+
159
+
## C APIs
160
+
161
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
<!-- 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. -->
0 commit comments