This package was automatically created by package AnnotationForge
version 1.11.21. The probe sequence data was obtained from http://www.affymetrix.com. The file name was Poplar\_probe\_tab.
This package was automatically created by package AnnotationForge
version 1.11.21. The probe sequence data was obtained from http://www.affymetrix.com. The file name was Tomato\_probe\_tab.
Changepoint implements various mainstream and specialised changepoint methods. These methods are suitable for finding single and multiple changepoints within data. Many popular non-parametric and frequentist methods are included as well.
This Common Lisp library focuses on the small set of basic color manipulations (lightening, compliments, etc.) you might use to generate a color palette for a GUI or web page.
HighLine provides a high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a menu system for providing multiple options to the user.
Maxitest is a wrapper around Minitest with extra functionality such as timeouts, an mtest
executable that can run tests by line number, support for interrupted tests, better backtraces, and more.
The Polyglot library allows a Ruby module to register a loader for the file type associated with a filename extension, and it augments require
to find and load matching files.
Sanitize is a whitelist-based HTML and CSS sanitizer. Given a list of acceptable elements, attributes, and CSS properties, Sanitize will remove all unacceptable HTML and/or CSS from a string.
Interface to libKriging
C++ library <https://github.com/libKriging>
that should provide most standard Kriging / Gaussian process regression features (like in DiceKriging
', kergp or RobustGaSP
packages). libKriging
relies on Armadillo linear algebra library (Apache 2 license) by Conrad Sanderson, lbfgsb_cpp is a C++ port around by Pascal Have of lbfgsb library (BSD-3 license) by Ciyou Zhu, Richard Byrd, Jorge Nocedal and Jose Luis Morales used for hyperparameters optimization.
This package provides methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintenance for package developers. For example, generic functions are created automatically, if missing, and naming conflict are automatically solved, if possible. The method setMethodS3()
is a good start for those who in the future may want to migrate to S4.
This package provides
pseudo random generators, such as general linear congruential generators, multiple recursive generators and generalized feedback shift register (SF-Mersenne Twister algorithm and WELL generators)
quasi random generators, such as the Torus algorithm, the Sobol sequence, the Halton sequence (including the Van der Corput sequence), and
some generator tests: the gap test, the serial test, the poker test.
See e.g. Gentle (2003) doi:10.1007/b97336.
A simple desktop recorder for Linux systems. Built using GTK4 and ffmpeg. It supports recording audio and video on almost all Linux interfaces with support for Wayland display server on GNOME session.
The official GitLab Runner written in Go. It runs tests and sends the results to GitLab. GitLab CI is the open-source continuous integration service included with GitLab that coordinates the testing.
Various statistical methods and models which are typically used for the estimation of outstanding claims reserves in general insurance, including those to estimate the claims development result as required under Solvency II.
This package provides four variants of three-way correspondence analysis (ca): three-way symmetrical ca, three-way non-symmetrical ca, three-way ordered symmetrical ca and three-way ordered non-symmetrical ca.
Calculate some statistics aiming to help analyzing the clustering tendency of given data. In the first version, Hopkins statistic is implemented. See Hopkins and Skellam (1954) <doi:10.1093/oxfordjournals.aob.a083391>.
This package provides functionality for computing support intervals for univariate parameters based on confidence intervals or parameter estimates with standard errors (Pawel et al., 2022) <doi:10.48550/arXiv.2206.12290>
.
With bivariate data, it is possible to calculate 2-dimensional kernel density estimates that return polygons at given levels of probability. densityarea returns these polygons for analysis, including for calculating their area.
This package contains all the datasets that were used in Social Science Experiments: A Hands-On Introduction and in its R Companion. Relevant materials can be found at <https://osf.io/b78je>.
Fuzzy string matching implementation of the fuzzywuzzy <https://github.com/seatgeek/fuzzywuzzy> python package. It uses the Levenshtein Distance <https://en.wikipedia.org/wiki/Levenshtein_distance> to calculate the differences between sequences.
New multi-sample tests for testing whether multiple samples are from the same distribution. They work well particularly for high-dimensional data. Song, H. and Chen, H. (2022) <arXiv:2205.13787>
.
Offers various swiss maps as data frames and ggplot2 objects and gives the possibility to add layers of data on the maps. Data are publicly available from the swiss federal statistical office.
Download geyser eruption and observation data from the GeyserTimes
site (<https://geysertimes.org>) and optionally store it locally. The vignette shows a simple analysis of downloading, accessing, and summarizing the data.
Evaluates the hypergeometric functions of a matrix argument, which appear in random matrix theory. This is an implementation of Koev & Edelman's algorithm (2006) <doi:10.1090/S0025-5718-06-01824-2>.