Skip to content

Commit

Permalink
JuliaStats : Rmath.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Jul 13, 2016
1 parent 5beac15 commit 24ac218
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Mathematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,13 @@ theory that works on top of `Nemo.jl` by Tommy Hofmann and Claus Fieker.
+ [GeoAlg.jl](https://github.com/andrioni/GeoAlg.jl) :: A basic geometric
algebra library in Julia.
+ [Geometry2D.jl](https://github.com/mroughan/Geometry2D.jl) :: 2D computational geometry package for Julia programming language.
+ [JointMoments.jl](https://github.com/tinybike/JointMoments.jl) :: Tensors and statistics for joint central moments.
+ [mbr.jl](https://github.com/intdxdt/mbr.jl) :: axis aligned minimum bounding box.
+ [Tau.jl](https://github.com/Aerlinger/Tau.jl) :: A simple module providing definition of the Tau constant.
+ [Tensors.jl](https://github.com/pgawron/Tensors.jl) :: Julia package for tensor decompositions.
+ [TensorOperations.jl](https://github.com/Jutho/TensorOperations.jl) :: Julia package for tensor contractions and related operations.


## [Algebraic Geometry](http:https://en.wikipedia.org/wiki/Category:Algebraic_geometry)
+ [CSoM.jl](https://github.com/goedman/CSoM.jl) :: Investigate Julia version of __Programming the FEM__ by I M Smith, D V Griffiths.
+ [EllipticCurves.jl](https://github.com/wwilson/EllipticCurves.jl) :: Elliptic Curves in Julia.
Expand Down
3 changes: 2 additions & 1 deletion Statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ An umbrella group for Julia-based optimization-related projects, with its own [m
+ [FixedEffectModels.jl](https://github.com/matthieugomez/fixedeffectmodels.jl) :: Linear models with instrumental variables and/or high dimensional fixed effects.
+ [Hotspot.jl](https://github.com/jzelner/Hotspot.jl) :: Hotspot modeling.
+ [HyperLogLog.jl](https://github.com/johnmyleswhite/HyperLogLog.jl) :: A simple HyperLogLog implementation in Julia.
+ [HypothesisTests.jl](https://github.com/JuliaStats/HypothesisTests.jl) :: T-tests, Wilcoxon rank sum (Mann-Whitney U), signed rank, and circular statistics in Julia.
+ [Isotonic.jl](https://github.com/ajtulloch/Isotonic.jl) :: This implements several algorithms for isotonic regression in Julia.
+ @ajtulloch's blog on [speeding up Isotonic Regression with Julia](http:https://tullo.ch/articles/python-vs-julia/) and the [IJulia notebook](http:https://nbviewer.ipython.org/url/gist.githubusercontent.com/ajtulloch/9485996/raw/94b3d0e6bd67256f1f02eebb1463365dbc8b64fc/Julia.ipynb)
+ [ITC.jl](https://github.com/johnmyleswhite/ITC.jl) :: Code for modeling intertemporal choice in Julia.
Expand Down Expand Up @@ -308,8 +307,10 @@ An umbrella group for Julia-based optimization-related projects, with its own [m
+ [Distributions.jl](http:https://juliastats.github.io/Distributions.jl/index.html) :: The Distributions package.
* _DOCS_:: are available at [distributionsjl.readthedocs.org](http:https://distributionsjl.readthedocs.org/en/latest/)
+ [GLM.jl](https://github.com/JuliaStats/GLM.jl) :: Linear models (LM's) and generalized linear models (GLM's) in Julia.
+ [HypothesisTests.jl](https://github.com/JuliaStats/HypothesisTests.jl) :: T-tests, Wilcoxon rank sum (Mann-Whitney U), signed rank, and circular statistics in Julia.
+ [MLBase.jl](https://github.com/JuliaStats/MLBase.jl) :: A set of functions to support the development of machine learning algorithms.
+ [PGM.jl](https://github.com/JuliaStats/PGM.jl) :: A Julia framework for probabilistic graphical models.
+ [Rmath.jl](https://github.com/JuliaStats/Rmath.jl) :: Archive of functions that emulate R's d-p-q-r functions for probability distributions.
+ [RmathDist.jl](https://github.com/JuliaStats/RmathDist.jl) :: This package provides a julia interface to the distributions provided by the standalone Rmath library, which is part of the R project for statistical computing.
+ [Sampling.jl](https://github.com/JuliaStats/Sampling.jl) :: Basic sampling algorithms package, that provides algorithmic support to statistics-related packages, including [Distributions.jl](https://github.com/JuliaStats/Distributions.jl).
+ [StatsBase.jl](https://github.com/JuliaStats/StatsBase.jl) :: The Stats meta-package for basic statistics functions for Julia.
Expand Down
4 changes: 3 additions & 1 deletion db.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@ Mathematics,[Geometry](http:https://en.wikipedia.org/wiki/Geometry),AffineTransforms.j
Mathematics,[Geometry](http:https://en.wikipedia.org/wiki/Geometry),D4.jl,https://github.com/khwilson/D4.jl,An attempted implementation of Enumerating Quartic Dihedral Extensions of Q by Cohen, Diaz y Diaz, and Olivier in Composito Mathematica 2002.
Mathematics,[Geometry](http:https://en.wikipedia.org/wiki/Geometry),GeoAlg.jl,https://github.com/andrioni/GeoAlg.jl,A basic geometric
Mathematics,[Geometry](http:https://en.wikipedia.org/wiki/Geometry),Geometry2D.jl,https://github.com/mroughan/Geometry2D.jl,2D computational geometry package for Julia programming language.
Mathematics,[Geometry](http:https://en.wikipedia.org/wiki/Geometry),JointMoments.jl,https://github.com/tinybike/JointMoments.jl,Tensors and statistics for joint central moments.
Mathematics,[Geometry](http:https://en.wikipedia.org/wiki/Geometry),mbr.jl,https://github.com/intdxdt/mbr.jl,axis aligned minimum bounding box.
Mathematics,[Geometry](http:https://en.wikipedia.org/wiki/Geometry),Tau.jl,https://github.com/Aerlinger/Tau.jl,A simple module providing definition of the Tau constant.
Mathematics,[Geometry](http:https://en.wikipedia.org/wiki/Geometry),Tensors.jl,https://github.com/pgawron/Tensors.jl,Julia package for tensor decompositions.
Expand Down Expand Up @@ -1749,7 +1750,6 @@ Statistics,STATISTICS,FeldtLib.jl,https://github.com/robertfeldt/FeldtLib.jl,Com
Statistics,STATISTICS,FixedEffectModels.jl,https://github.com/matthieugomez/fixedeffectmodels.jl,Linear models with instrumental variables and/or high dimensional fixed effects.
Statistics,STATISTICS,Hotspot.jl,https://github.com/jzelner/Hotspot.jl,Hotspot modeling.
Statistics,STATISTICS,HyperLogLog.jl,https://github.com/johnmyleswhite/HyperLogLog.jl,A simple HyperLogLog implementation in Julia.
Statistics,STATISTICS,HypothesisTests.jl,https://github.com/JuliaStats/HypothesisTests.jl,T-tests, Wilcoxon rank sum (Mann-Whitney U), signed rank, and circular statistics in Julia.
Statistics,STATISTICS,Isotonic.jl,https://github.com/ajtulloch/Isotonic.jl,This implements several algorithms for isotonic regression in Julia.
Statistics,STATISTICS,ITC.jl,https://github.com/johnmyleswhite/ITC.jl,Code for modeling intertemporal choice in Julia.
Statistics,STATISTICS,JAGS.jl,https://github.com/olofsen/JAGS.jl,A Julia interface to JAGS, to provide a shared library as an interface between Julia and JAGS - Just another Gibbs sampler.
Expand Down Expand Up @@ -1796,8 +1796,10 @@ Statistics,Org-[JuliaStats](https://JuliaStats.github.io),Distance.jl,https://gi
Statistics,Org-[JuliaStats](https://JuliaStats.github.io),Distances.jl,https://github.com/JuliaStats/Distances.jl, A Julia package for evaluating distances(metrics) between vectors.
Statistics,Org-[JuliaStats](https://JuliaStats.github.io),Distributions.jl,http:https://juliastats.github.io/Distributions.jl/index.html,The Distributions package.
Statistics,Org-[JuliaStats](https://JuliaStats.github.io),GLM.jl,https://github.com/JuliaStats/GLM.jl,Linear models (LM's) and generalized linear models (GLM's) in Julia.
Statistics,Org-[JuliaStats](https://JuliaStats.github.io),HypothesisTests.jl,https://github.com/JuliaStats/HypothesisTests.jl,T-tests, Wilcoxon rank sum (Mann-Whitney U), signed rank, and circular statistics in Julia.
Statistics,Org-[JuliaStats](https://JuliaStats.github.io),MLBase.jl,https://github.com/JuliaStats/MLBase.jl,A set of functions to support the development of machine learning algorithms.
Statistics,Org-[JuliaStats](https://JuliaStats.github.io),PGM.jl,https://github.com/JuliaStats/PGM.jl,A Julia framework for probabilistic graphical models.
Statistics,Org-[JuliaStats](https://JuliaStats.github.io),Rmath.jl,https://github.com/JuliaStats/Rmath.jl,Archive of functions that emulate R's d-p-q-r functions for probability distributions.
Statistics,Org-[JuliaStats](https://JuliaStats.github.io),RmathDist.jl,https://github.com/JuliaStats/RmathDist.jl,This package provides a julia interface to the distributions provided by the standalone Rmath library, which is part of the R project for statistical computing.
Statistics,Org-[JuliaStats](https://JuliaStats.github.io),Sampling.jl,https://github.com/JuliaStats/Sampling.jl,Basic sampling algorithms package, that provides algorithmic support to statistics-related packages, including [Distributions.jl](https://github.com/JuliaStats/Distributions.jl).
Statistics,Org-[JuliaStats](https://JuliaStats.github.io),StatsBase.jl,https://github.com/JuliaStats/StatsBase.jl,The Stats meta-package for basic statistics functions for Julia.
Expand Down

0 comments on commit 24ac218

Please sign in to comment.