libfits-java

Java library for the I/O handling of FITS files

FITS (Flexible Image Transport System) is the standard data format in astronomy used for the transport, analysis, and archival storage of scientific data sets.

pbuilder

personal package builder for Debian packages

pbuilder constructs a chroot system, and builds a package inside the chroot. It is an ideal system to use to check that a package has correct build-dependencies. It uses apt extensively, and a local mirror, or a fast connection to a Debian mirror is ideal, but not necessary.

r-cran-ps

GNU R list, query, manipulate system processes

This GNU R package provides functions to list, query and manipulate all system processes. This is an implementation of the Linux command ps for R.

r-cran-fastmap

GNU R fast implementation of a key-value store

Fast implementation of a key-value store. Environments are commonly used as key-value stores, but every time a new key is used, it is added to R's global symbol table, causing a small amount of memory leakage. This can be problematic in cases where many different keys are used. Fastmap avoids this memory leak issue by implementing the map using data structures in C++.

r-cran-fdrtool

GNU R estimation of false discovery dates and higher criticism

Estimates both tail area-based false discovery rates (Fdr) as well as local false discovery rates (fdr) for a variety of null models (p-values, z-scores, correlation coefficients, t-scores). The proportion of null values and the parameters of the null distribution are adaptively estimated from the data. In addition, the package contains functions for non-parametric density estimation (Grenander estimator), for monotone regression (isotonic regression and antitonic regression with weights), for computing the greatest convex minorant (GCM) and the least concave majorant (LCM), for the half-normal and correlation distributions, and for computing empirical higher criticism (HC) scores and the corresponding decision threshold.

r-cran-modeldata

Data Sets Used Useful for Modeling Packages

Data sets used for demonstrating or testing model-related packages are contained in this package.