Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 594 Bytes

RmathDist.jl

This package provides a julia interface to the statistical methods provided by the standalone Rmath library, which is part of the R project for statistical computing. As all of these methods are available in Distributions.jl, the main purpose of this package is for testing and comparison.

The package provides an Rmath wrapper type for the relevant distributions. For example:

julia> using Distributions

julia> using RmathDist

julia> cdf(Rmath(Normal(0,1)),1)
0.8413447460685429