
nloptr - R Interface to NLopt
Solve optimization problems using an R interface to NLopt. NLopt is a free/open-source library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms. See <https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/> for more information on the available algorithms. Building from included sources requires 'CMake'. On Linux and 'macOS', if a suitable system build of NLopt (2.7.0 or later) is found, it is used; otherwise, it is built from included sources via 'CMake'. On Windows, NLopt is obtained through 'rwinlib' for 'R <= 4.1.x' or grabbed from the appropriate toolchain for 'R >= 4.2.0'.
Last updated 9 hours ago
cpp
17.04 score 108 stars 1.8k dependents 1.1k scripts 403k downloads
flipr - Flexible Inference via Permutations in R
A flexible permutation framework for making inference such as point estimation, confidence intervals or hypothesis testing, on any kind of data, be it univariate, multivariate, or more complex such as network-valued data, topological data, functional data or density-valued data.
Last updated 4 days ago
cpp
6.89 score 6 stars 1 dependents 24 scripts 362 downloads
roahd - Robust Analysis of High Dimensional Data
A collection of methods for the robust analysis of univariate and multivariate functional data, possibly in high-dimensional cases, and hence with attention to computational efficiency and simplicity of use. See the R Journal publication of Ieva et al. (2019) <doi:10.32614/RJ-2019-032> for an in-depth presentation of the 'roahd' package. See Aleman-Gomez et al. (2021) <arXiv:2103.08874> for details about the concept of depthgram.
Last updated 3 years ago
6.29 score 2 stars 2 dependents 164 scripts 381 downloads
rgeomstats - Interface to 'Geomstats'
Provides an interface to the Python package 'Geomstats' authored by Miolane et al. (2020) <arXiv:2004.04667>.
Last updated 3 months ago
3.78 score 4 stars 1 dependents 5 scripts 186 downloadsdistops - Usual Operations for Distance Matrices in R
It provides the subset operator for dist objects and a function to compute medoid(s) that are fully parallelized leveraging the 'RcppParallel' package. It also provides functions for package developers to easily implement their own parallelized dist() function using a custom 'C++'-based distance function.
Last updated 1 years ago
cpp
3.00 score 2 stars 3 scripts 188 downloadssquat - Statistics for Quaternion Temporal Data
An implementation of statistical tools for the analysis of rotation-valued time series and functional data. It relies on pre-existing quaternion data structure provided by the 'Eigen' 'C++' library.
Last updated 1 years ago
cppopenmp
3.00 score 2 stars 6 scripts 141 downloads