Found 170 packages in 0.01 seconds
Sparse Arrays and Multivariate Polynomials
Sparse arrays interpreted as multivariate polynomials.
Uses 'disordR' discipline (Hankin, 2022,
Weierstrass and Jacobi Elliptic Functions
A suite of elliptic and related functions including Weierstrass and Jacobi forms. Also includes various tools for manipulating and visualizing complex functions.
Calculate Slopes of Roads, Rivers and Trajectories
Calculates the slope (longitudinal gradient or steepness)
of linear geographic features such as roads (for more details, see Ariza-López et al. (2019)
Alluvial Diagrams
Creating alluvial diagrams (also known as parallel sets plots) for multivariate and time series-like data.
Easy Spatial Microsimulation (Raking) in R
Functions for performing spatial microsimulation ('raking') in R.
Simulate Data from a DAG and Associated Node Information
Simulate complex data from a given directed acyclic graph and information about each individual node.
Root nodes are simply sampled from the specified distribution. Child Nodes are simulated according to
one of many implemented regressions, such as logistic regression, linear
regression, poisson regression or any other function. Also includes a comprehensive framework for discrete-time
simulation, and networks-based simulation which can generate even more complex longitudinal and dependent data.
For more details, see Robin Denz, Nina Timmesfeld (2025)
R Object Oriented Programming for Statistical Distribution
Statistical distribution in OOP (Object Oriented Programming) way.
This package proposes a R6 class interface to classic statistical
distribution, and new distributions can be easily added with the
class AbstractDist. A useful point is the generic fit() method for
each class, which uses a maximum likelihood estimation to find the
parameters of a dataset, see, e.g. Hastie, T. and al (2009)
Linear, Quadratic, and Rational Optimization
Solver for linear, quadratic, and rational programs with linear, quadratic, and rational constraints. A unified interface to different R packages is provided. Optimization problems are transformed into equivalent formulations and solved by the respective package. For example, quadratic programming problems with linear, quadratic and rational constraints can be solved by augmented Lagrangian minimization using package 'alabama', or by sequential quadratic programming using solver 'slsqp'. Alternatively, they can be reformulated as optimization problems with second order cone constraints and solved with package 'cccp'.
Interface Between R and the OpenStreetMap-Based Routing Service OSRM
An interface between R and the 'OSRM' API. 'OSRM' is a routing service based on 'OpenStreetMap' data. See < http://project-osrm.org/> for more information. This package enables the computation of routes, trips, isochrones and travel distances matrices (travel time and kilometric distance).
Fast Symbolic Multivariate Polynomials
Fast manipulation of symbolic multivariate polynomials
using the 'Map' class of the Standard Template Library. The package
uses print and coercion methods from the 'mpoly' package but
offers speed improvements. It is comparable in speed to the 'spray'
package for sparse arrays, but retains the symbolic benefits of
'mpoly'. To cite the package in publications, use Hankin 2022