Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How to load stdlib via a script tag: #1282

orenbh1 started this conversation in General
Discussion options

  1. 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)

  2. 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

  1. 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)

You must be logged in to vote

Replies: 1 comment

Comment options

@orenbh1 Thanks for posting. You're right. We should add something like this to the main README as part of the user story section.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /