yuyichao / Rmath.jl

Archive of functions that emulate R's d-p-q-r functions for probability distributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rmath.jl

Rmath Rmath Travis AppVeyor

Archive of functions that emulate R's d-p-q-r functions for probability distributions.

This package will download and compile libRmath-julia on Julia 0.5 and newer where it is no longer built as part of Julia. Note that libRmath-julia is licensed under the GPLv2, see https://github.com/JuliaLang/Rmath-julia/blob/master/COPYING. The Julia bindings here are licensed under MIT.

If you only want to use this package for the sake of building the Rmath library, you can do

Pkg.add("Rmath")
Pkg.build("Rmath")
import Rmath: libRmath
libRmath

About

Archive of functions that emulate R's d-p-q-r functions for probability distributions

License:Other


Languages

Language:Julia 100.0%