r-cran-tmvnsim
GNU R package for truncated multivariate normal simulation
The package offers importance sampling from the truncated
multivariate normal using the GHK (Geweke-Hajivassiliou-Keane)
simulator. Unlike Gibbs sampling which can get stuck in one
truncation sub-region depending on initial values, this package
allows truncation based on disjoint regions that are created by
truncation of absolute values. The GHK algorithm uses simple Cholesky
transformation followed by recursive simulation of univariate
truncated normals hence there are also no convergence issues.
Importance sample is returned along with sampling weights, based on
which, one can calculate integrals over truncated regions for
multivariate normals.
hotswap-gui
(de)register hotswappable IDE hardware (GUI front-end)
Hotswap is a utility to register and deregister hotswappable IDE
hardware. It is written to be used on Laptops with some sort of
hardware bay to remove the module from the machine without rebooting
it. eg. Dell Laptops.
r-cran-uroot
GNU R unit root tests for seasonal time series
Seasonal unit roots and seasonal stability tests. P-values based on
response surface regressions are available for both tests. P-values
based on bootstrap are available for seasonal unit root tests. A
parallel implementation of the bootstrap method requires a CUDA capable
GPU with compute capability >= 3.0, otherwise a debugging version fully
coded in R is used.
id-utils
Fast, high-capacity, identifier database tool
Actually, the term `identifier' is too limiting--`mkid' stores
tokens, be they program identifiers of any form, literal numbers, or
words of human-readable text. Database queries can be issued from the
command-line, or from within emacs, serving as an augmented tags
facility.
r-cran-globals
R package: Identify Global Objects in R Expressions
Identifies global ("unknown") objects in R expressions by code inspection
using various strategies, e.g. conservative or liberal. The objective of this
package is to make it as simple as possible to identify global objects for the
purpose of exporting them in distributed compute environments.
civetweb
embeddable web server with optional CGI, SSL and Lua support
CivetWeb is an easy to use, powerful, C (C/C++) embeddable web server
with optional CGI, SSL and Lua support. CivetWeb has a MIT license so
you can innovate without restrictions.