LearnBayes contains a collection of functions helpful in learning
the basic tenets of Bayesian statistical inference. It contains
functions for summarizing basic one and two parameter posterior
distributions and predictive distributions. It contains MCMC
algorithms for summarizing posterior distributions defined by the
user. It also contains functions for regression models, hierarchical
models, Bayesian tests, and illustrations of Gibbs sampling.
Modelling with sparse and dense 'Matrix' matrices, using modular
prediction and response module classes.
Provides a framework to perform Non-negative Matrix Factorization
(NMF). The package implements a set of already published algorithms
and seeding methods, and provides a framework to test, develop and
plug new/custom algorithms. Most of the built-in algorithms have
been optimized in C++, and the main interface function provides an
easy way of performing parallel computations on multicore machines.
Simulations and estimations of discrete, univariate or multivariate
gaussian, mixture of univariate or multivariate gaussian hidden
Markov models.
A graphics device for R that uses the w3.org xml standard
for Scalable Vector Graphics.
Deep Learning library for Python. Convnets, recurrent neural networks, and
more. Runs on Theano and TensorFlow.
Arithmetic (via S4 classes and methods) for arbitrary precision
floating point numbers, including transcendental ("special")
functions. To this end, Rmpfr interfaces to the LGPL'ed MPFR (Multiple
Precision Floating-Point Reliable) Library which itself is based
on the GMP (GNU Multiple Precision) Library.
This is a special case of sparse matrices, used by coxme
RPy is a very simple, yet robust, Python interface to the R Programming
Language. It can manage all kinds of R objects and can execute arbitrary
R functions (including the graphic functions). All the errors from the
R language are converted to Python exceptions. Any module that later were
installed on the R system, can easily be used from within Python, without
introducing any changes.
rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface
to R, a proposed high-level interface, including wrappers to graphical
libraries, as well as R-like structures and functions.