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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/smean/README.md
-87Lines changed: 0 additions & 87 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,93 +175,6 @@ console.log( v );
175
175
176
176
<!-- /.examples -->
177
177
178
-
<!-- C interface documentation. -->
179
-
180
-
* * *
181
-
182
-
<sectionclass="c">
183
-
184
-
## C APIs
185
-
186
-
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
Evaluates the probability density function (PDF) for an inverse gamma distribution with shape parameter `alpha` and scale parameter `beta` at a value `x`.
207
-
208
-
```c
209
-
double out = stdlib_base_dists_invgamma_pdf( 2.0, 0.5, 1.0 );
0 commit comments