Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benweissmann authored Sep 5, 2019
1 parent a33d725 commit 4e00f8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
multivariate-normal-js
=====================

[![TypeScript definitions on DefinitelyTyped](https://definitelytyped.org/badges/standard.svg)](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/multivariate-normal)

A pure-javascript port of NumPy's `random.multivariate_normal`, for Node.js and the browser.

Check out the [live demo](http://tulip.github.io/multivariate-normal-js)!
Expand Down Expand Up @@ -50,6 +52,11 @@ Then you can do:

```

Typescript
==========

Install `@types/multivariate-normal` for the Typescript definitions to go along with this package.

API
====================

Expand Down

0 comments on commit 4e00f8d

Please sign in to comment.