Here are
80 public repositories
matching this topic...
OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
A C++ header-only library of statistical distribution functions.
Rcpp integration for the Armadillo templated linear algebra library
C++17 templates between [stl::vector | armadillo | eigen3 | ublas | blitz++] and HDF5 datasets
A C++ library of Markov Chain Monte Carlo (MCMC) methods
Fast Unit Root Tests and OLS regression in C++ with wrappers for R and Python
A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).
Rcpp integration for the Ensmallen templated C++ mathematical optimization library
Converting base R code to Armadillo code for use with RcppArmadillo or for external programs (e.g. Matlab, Mathematica, ...)
Generalized Method of Wavelet Moments (GMWM) is an estimation technique for the parameters of time series models. It uses the wavelet variance in a moment matching approach that makes it particularly suitable for the estimation of certain state-space models.
R package for fitting joint models to time-to-event data and multivariate longitudinal data
Bandicoot: GPU accelerator add-on for the Armadillo C++ linear algebra library
Forward code for the P-SV wave equation on a staggered grid, with full waveform inversion interfaces. Finite difference approach according to stress-velocity formulation.
Updated
Feb 22, 2022
Jupyter Notebook
A toolbox for solving problems of equilibrium computation and identification in discrete choice and matching problems.
library of numerical methods using Armadillo
Some pretty printers and other useful GDB stuff when using the C++ armadillo linear algebra library
Updated
Mar 21, 2020
Python
ProjectFEA is a Finite Element Library. It is being designed such that new weak forms of different models can be easily defined and used.
high performance statistic machine learning libraries in C++ [based on Armadillo-9.300]
A machine learning library written in c++
Kalman Filter, Extended Kalman Filter, and Unscented Kalman Filter implementation in C++
C++ Library of machine learning under development, includes SVM, linear regression, logistic regression etc.
A C++ ARPACK-NG wrapper compatible with multiple matrix libraries
General Purpose Optimization in R using C++: provides a unified C++ wrapper to call functions of the algorithms underlying the optim() solver
Extreme Learning Machine using RcppArmadillo
Estimate the Deterministic Input, Noisy "And" Gate (DINA) cognitive diagnostic model parameters using the Gibbs sampler described by Culpepper (2015) <doi:10.3102/1076998615595403>.
Neuradillo: a small neural networks library written in C++
C++ library of k-nearest neighbors algorithm (k-NN), faster because uses Armadillo lib
Improve this page
Add a description, image, and links to the
armadillo
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
armadillo
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Pytest-leaks could be an interesting addition to valgrind as it tracks the reference counts as well. It does require a debug-build of python.