Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
13 lines
660 B
Plaintext
13 lines
660 B
Plaintext
Anyone who has used Distributions.jl will tell you how nice the interface is
|
|
relative to the "exotic" (the most polite word we can think of) interface to
|
|
distributions exposed by scipy.stats. Distributions.jl also brings better
|
|
performace, particularly when its methods are used inside loops.
|
|
|
|
For these reason we've put together rvlib, which mimics the interface of
|
|
Distributions.jl, while at the same time attaining similar performance by
|
|
exploiting numba.
|
|
|
|
This package was inspired by Joshua Adelman's (@synapticarbors) blog post
|
|
describing how to call the Rmath C library from numba using CFFI, and utilizes
|
|
his build script to set up the CFFI interface.
|