-
-
Notifications
You must be signed in to change notification settings - Fork 889
-
-
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
- You may add a script tag to a specific top-level namespace:
For example load all the statistics functions: @stdlib/stat
Thank you Athan!!! (@kgryte)
Beta Was this translation helpful? Give feedback.
All reactions
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.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment