Skip to content

Julia interface to Rmath distribution functions

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

JuliaStats/RmathDist.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Julia interface to Rmath distribution functions

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages