postgresql-14-prioritize
Get and set the nice priorities of PostgreSQL backends
This module implements an interface to getpriority() and setpriority() for
PostgreSQL backends, callable from SQL functions. Essentially, this module
allows users to `renice' their backends.
r-cran-sparsesvd
GNU R sparse truncated singular value decomposition
Wrapper around the 'SVDLIBC' library for (truncated) singular value
decomposition of a sparse matrix. Currently, only sparse real matrices
in Matrix package format are supported.
r-cran-kernelheaping
GNU R kernel density estimation for heaped and rounded data
In self-reported or anonymised data the user often encounters heaped
data, i.e. data which are rounded (to a possibly different degree of
coarseness). While this is mostly a minor problem in parametric density
estimation the bias can be very large for non-parametric methods such as
kernel density estimation. This package implements a partly Bayesian
algorithm treating the true unknown values as additional parameters and
estimates the rounding parameters to give a corrected kernel density
estimate. It supports various standard bandwidth selection methods.
Varying rounding probabilities (depending on the true value) and
asymmetric rounding is estimable as well: Gross, M. and Rendtel, U.
(2016) (<doi:10.1093/jssam/smw011>). Additionally, bivariate non-
parametric density estimation for rounded data, Gross, M. et al. (2016)
(<doi:10.1111/rssa.12179>), as well as data aggregated on areas is
supported.
libqgis-gui3.10.10
QGIS - shared gui library
libtrie-ocaml
strict impure trie tree in OCaml (runtime)
This OCaml library provides strict impure trie tree.
python3-pypeg2
Intrinsic PEG Parser-Interpreter for Python
Python is a nice scripting language. It even gives you access to its own parser
and compiler. It also gives you access to different other parsers for special
purposes like XML and string templates.