Replies: 1 comment
-
@orenbh1 Thanks for posting. You're right. We should add something like this to the main README as part of the user story section. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You may add a script tag to a specific function:
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-poisson-pmf@umd/browser.js"></script>
Example: pmf(3990,4000)
You may add a script tag to a specific namespace:
For example, to load all Poisson APIs, see @stdlib/stats-base-dists-poisson
Example: poisson.cdf(3990,4000)
To load all "base" distributions, see @stdlib/stats-base-dists
For example load all the statistics functions: @stdlib/stat
Thank you Athan!!! (@kgryte)
Beta Was this translation helpful? Give feedback.
All reactions